HSL(38, 80%, 84%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,80%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 80%, 84%) | color: hsl(38, 80%, 84%) | |
| HEX | #F7DFB6 | color: #F7DFB6 | |
| RGB | rgb(247, 223, 182) | color: rgb(247, 223, 182) | |
| CMYK | cmyk(0%, 10%, 26%, 3%) | — | |
| HSV | hsv(38, 26%, 97%) | — | |
| HWB | hwb(38 72% 3%) | color: hwb(38 72% 3%) | |
| OKLCH | oklch(0.9132 0.0597 81.01) | color: oklch(0.9132 0.0597 81.01) | |
| Lab | lab(89.83 2.14 23.13) | color: lab(89.83 2.14 23.13) | |
| LCH | lch(89.83 23.23 84.71) | color: lch(89.83 23.23 84.71) |
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)
#EDECC0 — rgb(237, 236, 192)
Deuteranopia (Green-blind)
#EEF0C2 — rgb(238, 240, 194)
Tritanopia (Blue-blind)
#F6C8C9 — rgb(246, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 80%, 84%);
text
color: hsl(38, 80%, 84%);
border
border: 2px solid hsl(38, 80%, 84%);
gradient light
background: linear-gradient(to right, hsl(38, 80%, 100%), hsl(38, 80%, 84%));
gradient dark
background: linear-gradient(to right, hsl(38, 80%, 84%), hsl(38, 80%, 64%))
hex
background-color: #F7DFB6;
tailwind
bg-[hsl(38,80%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 80%, 84%, 0.4);
css variable
--color-primary: hsl(38, 80%, 84%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 80%, 84%)?
HEX: #F7DFB6 | RGB: rgb(247, 223, 182) | CMYK: 0%, 10%, 26%, 3% | HSV: 38°, 26%, 97%. Copy any format from the conversion table above.
What colors go well with #F7DFB6?
The complementary color is HSL(218, 80%, 84%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 80%, 84%) in CSS?
As HSL: color: hsl(38, 80%, 84%); — As HEX: color: #F7DFB6; — As RGB: color: rgb(247, 223, 182); — Tailwind CSS: bg-[hsl(38,80%,84%)] — CSS variable: --color-primary: hsl(38, 80%, 84%);