HSL(37, 26%, 69%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,26%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 26%, 69%) | color: hsl(37, 26%, 69%) | |
| HEX | #C5B59B | color: #C5B59B | |
| RGB | rgb(197, 181, 155) | color: rgb(197, 181, 155) | |
| CMYK | cmyk(0%, 8%, 21%, 23%) | — | |
| HSV | hsv(37, 21%, 77%) | — | |
| HWB | hwb(37 61% 23%) | color: hwb(37 61% 23%) | |
| OKLCH | oklch(0.7797 0.0401 79.96) | color: oklch(0.7797 0.0401 79.96) | |
| Lab | lab(74.37 1.5 15.33) | color: lab(74.37 1.5 15.33) | |
| LCH | lch(74.37 15.4 84.41) | color: lch(74.37 15.4 84.41) |
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)
#BEBEA1 — rgb(190, 190, 161)
Deuteranopia (Green-blind)
#BFC0A3 — rgb(191, 192, 163)
Tritanopia (Blue-blind)
#C4A6A7 — rgb(196, 166, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 26%, 69%);
text
color: hsl(37, 26%, 69%);
border
border: 2px solid hsl(37, 26%, 69%);
gradient light
background: linear-gradient(to right, hsl(37, 26%, 89%), hsl(37, 26%, 69%));
gradient dark
background: linear-gradient(to right, hsl(37, 26%, 69%), hsl(37, 26%, 49%))
hex
background-color: #C5B59B;
tailwind
bg-[hsl(37,26%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 26%, 69%, 0.4);
css variable
--color-primary: hsl(37, 26%, 69%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 26%, 69%)?
HEX: #C5B59B | RGB: rgb(197, 181, 155) | CMYK: 0%, 8%, 21%, 23% | HSV: 37°, 21%, 77%. Copy any format from the conversion table above.
What colors go well with #C5B59B?
The complementary color is HSL(217, 26%, 69%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 26%, 69%) in CSS?
As HSL: color: hsl(37, 26%, 69%); — As HEX: color: #C5B59B; — As RGB: color: rgb(197, 181, 155); — Tailwind CSS: bg-[hsl(37,26%,69%)] — CSS variable: --color-primary: hsl(37, 26%, 69%);