HSL(38, 70%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 70%, 55%) | color: hsl(38, 70%, 55%) | |
| HEX | #DDA23C | color: #DDA23C | |
| RGB | rgb(221, 162, 60) | color: rgb(221, 162, 60) | |
| CMYK | cmyk(0%, 27%, 73%, 13%) | — | |
| HSV | hsv(38, 73%, 87%) | — | |
| HWB | hwb(38 23% 13%) | color: hwb(38 23% 13%) | |
| OKLCH | oklch(0.7507 0.1342 77.37) | color: oklch(0.7507 0.1342 77.37) | |
| Lab | lab(70.55 12.41 59) | color: lab(70.55 12.41 59) | |
| LCH | lch(70.55 60.29 78.12) | color: lch(70.55 60.29 78.12) |
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)
#C3C355 — rgb(195, 195, 85)
Deuteranopia (Green-blind)
#C7CB5B — rgb(199, 203, 91)
Tritanopia (Blue-blind)
#DA686C — rgb(218, 104, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 70%, 55%);
text
color: hsl(38, 70%, 55%);
border
border: 2px solid hsl(38, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(38, 70%, 75%), hsl(38, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(38, 70%, 55%), hsl(38, 70%, 35%))
hex
background-color: #DDA23C;
tailwind
bg-[hsl(38,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 70%, 55%, 0.4);
css variable
--color-primary: hsl(38, 70%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 70%, 55%)?
HEX: #DDA23C | RGB: rgb(221, 162, 60) | CMYK: 0%, 27%, 73%, 13% | HSV: 38°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #DDA23C?
The complementary color is HSL(218, 70%, 55%). 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, 70%, 55%) in CSS?
As HSL: color: hsl(38, 70%, 55%); — As HEX: color: #DDA23C; — As RGB: color: rgb(221, 162, 60); — Tailwind CSS: bg-[hsl(38,70%,55%)] — CSS variable: --color-primary: hsl(38, 70%, 55%);