HSL(44, 50%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 50%, 55%) | color: hsl(44, 50%, 55%) | |
| HEX | #C6A753 | color: #C6A753 | |
| RGB | rgb(198, 167, 83) | color: rgb(198, 167, 83) | |
| CMYK | cmyk(0%, 16%, 58%, 22%) | — | |
| HSV | hsv(44, 58%, 78%) | — | |
| HWB | hwb(44 33% 22%) | color: hwb(44 33% 22%) | |
| OKLCH | oklch(0.739 0.1095 89.29) | color: oklch(0.739 0.1095 89.29) | |
| Lab | lab(69.66 1.27 46.94) | color: lab(69.66 1.27 46.94) | |
| LCH | lch(69.66 46.96 88.45) | color: lch(69.66 46.96 88.45) |
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)
#B9B867 — rgb(185, 184, 103)
Deuteranopia (Green-blind)
#BABD6C — rgb(186, 189, 108)
Tritanopia (Blue-blind)
#C4777B — rgb(196, 119, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 50%, 55%);
text
color: hsl(44, 50%, 55%);
border
border: 2px solid hsl(44, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(44, 50%, 75%), hsl(44, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(44, 50%, 55%), hsl(44, 50%, 35%))
hex
background-color: #C6A753;
tailwind
bg-[hsl(44,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 50%, 55%, 0.4);
css variable
--color-primary: hsl(44, 50%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 50%, 55%)?
HEX: #C6A753 | RGB: rgb(198, 167, 83) | CMYK: 0%, 16%, 58%, 22% | HSV: 44°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #C6A753?
The complementary color is HSL(224, 50%, 55%). 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, 50%, 55%) in CSS?
As HSL: color: hsl(44, 50%, 55%); — As HEX: color: #C6A753; — As RGB: color: rgb(198, 167, 83); — Tailwind CSS: bg-[hsl(44,50%,55%)] — CSS variable: --color-primary: hsl(44, 50%, 55%);