HSL(37, 97%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,97%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 97%, 70%) | color: hsl(37, 97%, 70%) | |
| HEX | #FDC468 | color: #FDC468 | |
| RGB | rgb(253, 196, 104) | color: rgb(253, 196, 104) | |
| CMYK | cmyk(0%, 23%, 59%, 1%) | — | |
| HSV | hsv(37, 59%, 99%) | — | |
| HWB | hwb(37 41% 1%) | color: hwb(37 41% 1%) | |
| OKLCH | oklch(0.8537 0.1273 77.63) | color: oklch(0.8537 0.1273 77.63) | |
| Lab | lab(82.58 10.48 53.25) | color: lab(82.58 10.48 53.25) | |
| LCH | lch(82.58 54.27 78.87) | color: lch(82.58 54.27 78.87) |
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)
#E4E47E — rgb(228, 228, 126)
Deuteranopia (Green-blind)
#E8EC84 — rgb(232, 236, 132)
Tritanopia (Blue-blind)
#FA9094 — rgb(250, 144, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 97%, 70%);
text
color: hsl(37, 97%, 70%);
border
border: 2px solid hsl(37, 97%, 70%);
gradient light
background: linear-gradient(to right, hsl(37, 97%, 90%), hsl(37, 97%, 70%));
gradient dark
background: linear-gradient(to right, hsl(37, 97%, 70%), hsl(37, 97%, 50%))
hex
background-color: #FDC468;
tailwind
bg-[hsl(37,97%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 97%, 70%, 0.4);
css variable
--color-primary: hsl(37, 97%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 97%, 70%)?
HEX: #FDC468 | RGB: rgb(253, 196, 104) | CMYK: 0%, 23%, 59%, 1% | HSV: 37°, 59%, 99%. Copy any format from the conversion table above.
What colors go well with #FDC468?
The complementary color is HSL(217, 97%, 70%). 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, 97%, 70%) in CSS?
As HSL: color: hsl(37, 97%, 70%); — As HEX: color: #FDC468; — As RGB: color: rgb(253, 196, 104); — Tailwind CSS: bg-[hsl(37,97%,70%)] — CSS variable: --color-primary: hsl(37, 97%, 70%);