HSL(35, 60%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,60%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 60%, 67%) | color: hsl(35, 60%, 67%) | |
| HEX | #DDB378 | color: #DDB378 | |
| RGB | rgb(221, 179, 120) | color: rgb(221, 179, 120) | |
| CMYK | cmyk(0%, 19%, 46%, 13%) | — | |
| HSV | hsv(35, 46%, 87%) | — | |
| HWB | hwb(35 47% 13%) | color: hwb(35 47% 13%) | |
| OKLCH | oklch(0.7911 0.0904 75.28) | color: oklch(0.7911 0.0904 75.28) | |
| Lab | lab(75.43 7.71 35.8) | color: lab(75.43 7.71 35.8) | |
| LCH | lch(75.43 36.62 77.85) | color: lch(75.43 36.62 77.85) |
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)
#CBCA86 — rgb(203, 202, 134)
Deuteranopia (Green-blind)
#CDD08A — rgb(205, 208, 138)
Tritanopia (Blue-blind)
#DB9294 — rgb(219, 146, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 60%, 67%);
text
color: hsl(35, 60%, 67%);
border
border: 2px solid hsl(35, 60%, 67%);
gradient light
background: linear-gradient(to right, hsl(35, 60%, 87%), hsl(35, 60%, 67%));
gradient dark
background: linear-gradient(to right, hsl(35, 60%, 67%), hsl(35, 60%, 47%))
hex
background-color: #DDB378;
tailwind
bg-[hsl(35,60%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 60%, 67%, 0.4);
css variable
--color-primary: hsl(35, 60%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 60%, 67%)?
HEX: #DDB378 | RGB: rgb(221, 179, 120) | CMYK: 0%, 19%, 46%, 13% | HSV: 35°, 46%, 87%. Copy any format from the conversion table above.
What colors go well with #DDB378?
The complementary color is HSL(215, 60%, 67%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 60%, 67%) in CSS?
As HSL: color: hsl(35, 60%, 67%); — As HEX: color: #DDB378; — As RGB: color: rgb(221, 179, 120); — Tailwind CSS: bg-[hsl(35,60%,67%)] — CSS variable: --color-primary: hsl(35, 60%, 67%);