HSL(30, 70%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 70%, 55%) | color: hsl(30, 70%, 55%) | |
| HEX | #DD8C3C | color: #DD8C3C | |
| RGB | rgb(221, 140, 60) | color: rgb(221, 140, 60) | |
| CMYK | cmyk(0%, 37%, 73%, 13%) | — | |
| HSV | hsv(30, 73%, 87%) | — | |
| HWB | hwb(30 23% 13%) | color: hwb(30 23% 13%) | |
| OKLCH | oklch(0.71 0.1357 61.84) | color: oklch(0.71 0.1357 61.84) | |
| Lab | lab(65.32 24.21 53.69) | color: lab(65.32 24.21 53.69) | |
| LCH | lch(65.32 58.9 65.73) | color: lch(65.32 58.9 65.73) |
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)
#BAB94F — rgb(186, 185, 79)
Deuteranopia (Green-blind)
#BFC554 — rgb(191, 197, 84)
Tritanopia (Blue-blind)
#D95F62 — rgb(217, 95, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 70%, 55%);
text
color: hsl(30, 70%, 55%);
border
border: 2px solid hsl(30, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(30, 70%, 75%), hsl(30, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(30, 70%, 55%), hsl(30, 70%, 35%))
hex
background-color: #DD8C3C;
tailwind
bg-[hsl(30,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 70%, 55%, 0.4);
css variable
--color-primary: hsl(30, 70%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 70%, 55%)?
HEX: #DD8C3C | RGB: rgb(221, 140, 60) | CMYK: 0%, 37%, 73%, 13% | HSV: 30°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #DD8C3C?
The complementary color is HSL(210, 70%, 55%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 70%, 55%) in CSS?
As HSL: color: hsl(30, 70%, 55%); — As HEX: color: #DD8C3C; — As RGB: color: rgb(221, 140, 60); — Tailwind CSS: bg-[hsl(30,70%,55%)] — CSS variable: --color-primary: hsl(30, 70%, 55%);