HSL(27, 94%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,94%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 94%, 76%) | color: hsl(27, 94%, 76%) | |
| HEX | #FBBC88 | color: #FBBC88 | |
| RGB | rgb(251, 188, 136) | color: rgb(251, 188, 136) | |
| CMYK | cmyk(0%, 25%, 46%, 2%) | — | |
| HSV | hsv(27, 46%, 98%) | — | |
| HWB | hwb(27 53% 2%) | color: hwb(27 53% 2%) | |
| OKLCH | oklch(0.8414 0.0992 60.41) | color: oklch(0.8414 0.0992 60.41) | |
| Lab | lab(80.88 16.54 35.1) | color: lab(80.88 16.54 35.1) | |
| LCH | lch(80.88 38.8 64.77) | color: lch(80.88 38.8 64.77) |
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)
#E0DF95 — rgb(224, 223, 149)
Deuteranopia (Green-blind)
#E3E898 — rgb(227, 232, 152)
Tritanopia (Blue-blind)
#F89FA1 — rgb(248, 159, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 94%, 76%);
text
color: hsl(27, 94%, 76%);
border
border: 2px solid hsl(27, 94%, 76%);
gradient light
background: linear-gradient(to right, hsl(27, 94%, 96%), hsl(27, 94%, 76%));
gradient dark
background: linear-gradient(to right, hsl(27, 94%, 76%), hsl(27, 94%, 56%))
hex
background-color: #FBBC88;
tailwind
bg-[hsl(27,94%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 94%, 76%, 0.4);
css variable
--color-primary: hsl(27, 94%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 94%, 76%)?
HEX: #FBBC88 | RGB: rgb(251, 188, 136) | CMYK: 0%, 25%, 46%, 2% | HSV: 27°, 46%, 98%. Copy any format from the conversion table above.
What colors go well with #FBBC88?
The complementary color is HSL(207, 94%, 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, 94%, 76%) in CSS?
As HSL: color: hsl(27, 94%, 76%); — As HEX: color: #FBBC88; — As RGB: color: rgb(251, 188, 136); — Tailwind CSS: bg-[hsl(27,94%,76%)] — CSS variable: --color-primary: hsl(27, 94%, 76%);