HSL(17, 48%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,48%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 48%, 61%) | color: hsl(17, 48%, 61%) | |
| HEX | #CB876C | color: #CB876C | |
| RGB | rgb(203, 135, 108) | color: rgb(203, 135, 108) | |
| CMYK | cmyk(0%, 33%, 47%, 20%) | — | |
| HSV | hsv(17, 47%, 80%) | — | |
| HWB | hwb(17 42% 20%) | color: hwb(17 42% 20%) | |
| OKLCH | oklch(0.6862 0.0925 42.43) | color: oklch(0.6862 0.0925 42.43) | |
| Lab | lab(62.6 22.97 25.16) | color: lab(62.6 22.97 25.16) | |
| LCH | lch(62.6 34.07 47.61) | color: lch(62.6 34.07 47.61) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#AEAD73 — rgb(174, 173, 115)
Deuteranopia (Green-blind)
#B2B774 — rgb(178, 183, 116)
Tritanopia (Blue-blind)
#C87879 — rgb(200, 120, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 48%, 61%);
text
color: hsl(17, 48%, 61%);
border
border: 2px solid hsl(17, 48%, 61%);
gradient light
background: linear-gradient(to right, hsl(17, 48%, 81%), hsl(17, 48%, 61%));
gradient dark
background: linear-gradient(to right, hsl(17, 48%, 61%), hsl(17, 48%, 41%))
hex
background-color: #CB876C;
tailwind
bg-[hsl(17,48%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 48%, 61%, 0.4);
css variable
--color-primary: hsl(17, 48%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 48%, 61%)?
HEX: #CB876C | RGB: rgb(203, 135, 108) | CMYK: 0%, 33%, 47%, 20% | HSV: 17°, 47%, 80%. Copy any format from the conversion table above.
What colors go well with #CB876C?
The complementary color is HSL(197, 48%, 61%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 48%, 61%) in CSS?
As HSL: color: hsl(17, 48%, 61%); — As HEX: color: #CB876C; — As RGB: color: rgb(203, 135, 108); — Tailwind CSS: bg-[hsl(17,48%,61%)] — CSS variable: --color-primary: hsl(17, 48%, 61%);