HSL(44, 55%, 51%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,55%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 55%, 51%) | color: hsl(44, 55%, 51%) | |
| HEX | #C7A23D | color: #C7A23D | |
| RGB | rgb(199, 162, 61) | color: rgb(199, 162, 61) | |
| CMYK | cmyk(0%, 19%, 69%, 22%) | — | |
| HSV | hsv(44, 69%, 78%) | — | |
| HWB | hwb(44 24% 22%) | color: hwb(44 24% 22%) | |
| OKLCH | oklch(0.7275 0.1246 88.44) | color: oklch(0.7275 0.1246 88.44) | |
| Lab | lab(68.26 2.95 55.5) | color: lab(68.26 2.95 55.5) | |
| LCH | lch(68.26 55.58 86.96) | color: lch(68.26 55.58 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)
#B7B755 — rgb(183, 183, 85)
Deuteranopia (Green-blind)
#B9BC5B — rgb(185, 188, 91)
Tritanopia (Blue-blind)
#C5696D — rgb(197, 105, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 55%, 51%);
text
color: hsl(44, 55%, 51%);
border
border: 2px solid hsl(44, 55%, 51%);
gradient light
background: linear-gradient(to right, hsl(44, 55%, 71%), hsl(44, 55%, 51%));
gradient dark
background: linear-gradient(to right, hsl(44, 55%, 51%), hsl(44, 55%, 31%))
hex
background-color: #C7A23D;
tailwind
bg-[hsl(44,55%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 55%, 51%, 0.4);
css variable
--color-primary: hsl(44, 55%, 51%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 55%, 51%)?
HEX: #C7A23D | RGB: rgb(199, 162, 61) | CMYK: 0%, 19%, 69%, 22% | HSV: 44°, 69%, 78%. Copy any format from the conversion table above.
What colors go well with #C7A23D?
The complementary color is HSL(224, 55%, 51%). 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, 55%, 51%) in CSS?
As HSL: color: hsl(44, 55%, 51%); — As HEX: color: #C7A23D; — As RGB: color: rgb(199, 162, 61); — Tailwind CSS: bg-[hsl(44,55%,51%)] — CSS variable: --color-primary: hsl(44, 55%, 51%);