HSL(36, 77%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,77%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 77%, 77%) | color: hsl(36, 77%, 77%) | |
| HEX | #F2CD97 | color: #F2CD97 | |
| RGB | rgb(242, 205, 151) | color: rgb(242, 205, 151) | |
| CMYK | cmyk(0%, 15%, 38%, 5%) | — | |
| HSV | hsv(36, 38%, 95%) | — | |
| HWB | hwb(36 59% 5%) | color: hwb(36 59% 5%) | |
| OKLCH | oklch(0.8674 0.0812 76.76) | color: oklch(0.8674 0.0812 76.76) | |
| Lab | lab(84.37 5.71 31.74) | color: lab(84.37 5.71 31.74) | |
| LCH | lch(84.37 32.25 79.8) | color: lch(84.37 32.25 79.8) |
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)
#E2E2A4 — rgb(226, 226, 164)
Deuteranopia (Green-blind)
#E4E7A7 — rgb(228, 231, 167)
Tritanopia (Blue-blind)
#F0AEB1 — rgb(240, 174, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 77%, 77%);
text
color: hsl(36, 77%, 77%);
border
border: 2px solid hsl(36, 77%, 77%);
gradient light
background: linear-gradient(to right, hsl(36, 77%, 97%), hsl(36, 77%, 77%));
gradient dark
background: linear-gradient(to right, hsl(36, 77%, 77%), hsl(36, 77%, 57%))
hex
background-color: #F2CD97;
tailwind
bg-[hsl(36,77%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 77%, 77%, 0.4);
css variable
--color-primary: hsl(36, 77%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 77%, 77%)?
HEX: #F2CD97 | RGB: rgb(242, 205, 151) | CMYK: 0%, 15%, 38%, 5% | HSV: 36°, 38%, 95%. Copy any format from the conversion table above.
What colors go well with #F2CD97?
The complementary color is HSL(216, 77%, 77%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 77%, 77%) in CSS?
As HSL: color: hsl(36, 77%, 77%); — As HEX: color: #F2CD97; — As RGB: color: rgb(242, 205, 151); — Tailwind CSS: bg-[hsl(36,77%,77%)] — CSS variable: --color-primary: hsl(36, 77%, 77%);