HSL(25, 43%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,43%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 43%, 64%) | color: hsl(25, 43%, 64%) | |
| HEX | #CB9D7C | color: #CB9D7C | |
| RGB | rgb(203, 157, 124) | color: rgb(203, 157, 124) | |
| CMYK | cmyk(0%, 23%, 39%, 20%) | — | |
| HSV | hsv(25, 39%, 80%) | — | |
| HWB | hwb(25 49% 20%) | color: hwb(25 49% 20%) | |
| OKLCH | oklch(0.7308 0.0713 56.99) | color: oklch(0.7308 0.0713 56.99) | |
| Lab | lab(68.22 12.7 23.84) | color: lab(68.22 12.7 23.84) | |
| LCH | lch(68.22 27.01 61.95) | color: lch(68.22 27.01 61.95) |
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)
#B7B784 — rgb(183, 183, 132)
Deuteranopia (Green-blind)
#BABD86 — rgb(186, 189, 134)
Tritanopia (Blue-blind)
#C98A8C — rgb(201, 138, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 43%, 64%);
text
color: hsl(25, 43%, 64%);
border
border: 2px solid hsl(25, 43%, 64%);
gradient light
background: linear-gradient(to right, hsl(25, 43%, 84%), hsl(25, 43%, 64%));
gradient dark
background: linear-gradient(to right, hsl(25, 43%, 64%), hsl(25, 43%, 44%))
hex
background-color: #CB9D7C;
tailwind
bg-[hsl(25,43%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 43%, 64%, 0.4);
css variable
--color-primary: hsl(25, 43%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 43%, 64%)?
HEX: #CB9D7C | RGB: rgb(203, 157, 124) | CMYK: 0%, 23%, 39%, 20% | HSV: 25°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #CB9D7C?
The complementary color is HSL(205, 43%, 64%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 43%, 64%) in CSS?
As HSL: color: hsl(25, 43%, 64%); — As HEX: color: #CB9D7C; — As RGB: color: rgb(203, 157, 124); — Tailwind CSS: bg-[hsl(25,43%,64%)] — CSS variable: --color-primary: hsl(25, 43%, 64%);