HSL(27, 78%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,78%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 78%, 85%) | color: hsl(27, 78%, 85%) | |
| HEX | #F7D6BB | color: #F7D6BB | |
| RGB | rgb(247, 214, 187) | color: rgb(247, 214, 187) | |
| CMYK | cmyk(0%, 13%, 24%, 3%) | — | |
| HSV | hsv(27, 24%, 97%) | — | |
| HWB | hwb(27 74% 3%) | color: hwb(27 74% 3%) | |
| OKLCH | oklch(0.8969 0.0516 61.38) | color: oklch(0.8969 0.0516 61.38) | |
| Lab | lab(87.71 7.46 17.58) | color: lab(87.71 7.46 17.58) | |
| LCH | lch(87.71 19.1 67.01) | color: lch(87.71 19.1 67.01) |
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)
#E9E8C2 — rgb(233, 232, 194)
Deuteranopia (Green-blind)
#EBEDC3 — rgb(235, 237, 195)
Tritanopia (Blue-blind)
#F5C7C8 — rgb(245, 199, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 78%, 85%);
text
color: hsl(27, 78%, 85%);
border
border: 2px solid hsl(27, 78%, 85%);
gradient light
background: linear-gradient(to right, hsl(27, 78%, 100%), hsl(27, 78%, 85%));
gradient dark
background: linear-gradient(to right, hsl(27, 78%, 85%), hsl(27, 78%, 65%))
hex
background-color: #F7D6BB;
tailwind
bg-[hsl(27,78%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 78%, 85%, 0.4);
css variable
--color-primary: hsl(27, 78%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 78%, 85%)?
HEX: #F7D6BB | RGB: rgb(247, 214, 187) | CMYK: 0%, 13%, 24%, 3% | HSV: 27°, 24%, 97%. Copy any format from the conversion table above.
What colors go well with #F7D6BB?
The complementary color is HSL(207, 78%, 85%). 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, 78%, 85%) in CSS?
As HSL: color: hsl(27, 78%, 85%); — As HEX: color: #F7D6BB; — As RGB: color: rgb(247, 214, 187); — Tailwind CSS: bg-[hsl(27,78%,85%)] — CSS variable: --color-primary: hsl(27, 78%, 85%);