HSL(27, 97%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,97%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 97%, 76%) | color: hsl(27, 97%, 76%) | |
| HEX | #FDBC86 | color: #FDBC86 | |
| RGB | rgb(253, 188, 134) | color: rgb(253, 188, 134) | |
| CMYK | cmyk(0%, 26%, 47%, 1%) | — | |
| HSV | hsv(27, 47%, 99%) | — | |
| HWB | hwb(27 52% 1%) | color: hwb(27 52% 1%) | |
| OKLCH | oklch(0.8431 0.1024 60.49) | color: oklch(0.8431 0.1024 60.49) | |
| Lab | lab(81.06 17.13 36.41) | color: lab(81.06 17.13 36.41) | |
| LCH | lch(81.06 40.24 64.8) | color: lch(81.06 40.24 64.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)
#E1E093 — rgb(225, 224, 147)
Deuteranopia (Green-blind)
#E5EA96 — rgb(229, 234, 150)
Tritanopia (Blue-blind)
#FA9DA0 — rgb(250, 157, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 97%, 76%);
text
color: hsl(27, 97%, 76%);
border
border: 2px solid hsl(27, 97%, 76%);
gradient light
background: linear-gradient(to right, hsl(27, 97%, 96%), hsl(27, 97%, 76%));
gradient dark
background: linear-gradient(to right, hsl(27, 97%, 76%), hsl(27, 97%, 56%))
hex
background-color: #FDBC86;
tailwind
bg-[hsl(27,97%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 97%, 76%, 0.4);
css variable
--color-primary: hsl(27, 97%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 97%, 76%)?
HEX: #FDBC86 | RGB: rgb(253, 188, 134) | CMYK: 0%, 26%, 47%, 1% | HSV: 27°, 47%, 99%. Copy any format from the conversion table above.
What colors go well with #FDBC86?
The complementary color is HSL(207, 97%, 76%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 97%, 76%) in CSS?
As HSL: color: hsl(27, 97%, 76%); — As HEX: color: #FDBC86; — As RGB: color: rgb(253, 188, 134); — Tailwind CSS: bg-[hsl(27,97%,76%)] — CSS variable: --color-primary: hsl(27, 97%, 76%);