HSL(44, 70%, 57%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,70%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 70%, 57%) | color: hsl(44, 70%, 57%) | |
| HEX | #DEB545 | color: #DEB545 | |
| RGB | rgb(222, 181, 69) | color: rgb(222, 181, 69) | |
| CMYK | cmyk(0%, 18%, 69%, 13%) | — | |
| HSV | hsv(44, 69%, 87%) | — | |
| HWB | hwb(44 27% 13%) | color: hwb(44 27% 13%) | |
| OKLCH | oklch(0.7897 0.1353 88.45) | color: oklch(0.7897 0.1353 88.45) | |
| Lab | lab(75.46 3.2 60.29) | color: lab(75.46 3.2 60.29) | |
| LCH | lch(75.46 60.37 86.96) | color: lch(75.46 60.37 86.96) |
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)
#CCCC60 — rgb(204, 204, 96)
Deuteranopia (Green-blind)
#CFD267 — rgb(207, 210, 103)
Tritanopia (Blue-blind)
#DC757A — rgb(220, 117, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 70%, 57%);
text
color: hsl(44, 70%, 57%);
border
border: 2px solid hsl(44, 70%, 57%);
gradient light
background: linear-gradient(to right, hsl(44, 70%, 77%), hsl(44, 70%, 57%));
gradient dark
background: linear-gradient(to right, hsl(44, 70%, 57%), hsl(44, 70%, 37%))
hex
background-color: #DEB545;
tailwind
bg-[hsl(44,70%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 70%, 57%, 0.4);
css variable
--color-primary: hsl(44, 70%, 57%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 70%, 57%)?
HEX: #DEB545 | RGB: rgb(222, 181, 69) | CMYK: 0%, 18%, 69%, 13% | HSV: 44°, 69%, 87%. Copy any format from the conversion table above.
What colors go well with #DEB545?
The complementary color is HSL(224, 70%, 57%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 70%, 57%) in CSS?
As HSL: color: hsl(44, 70%, 57%); — As HEX: color: #DEB545; — As RGB: color: rgb(222, 181, 69); — Tailwind CSS: bg-[hsl(44,70%,57%)] — CSS variable: --color-primary: hsl(44, 70%, 57%);