HSL(35, 50%, 52%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,50%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 50%, 52%) | color: hsl(35, 50%, 52%) | |
| HEX | #C28F47 | color: #C28F47 | |
| RGB | rgb(194, 143, 71) | color: rgb(194, 143, 71) | |
| CMYK | cmyk(0%, 26%, 63%, 24%) | — | |
| HSV | hsv(35, 63%, 76%) | — | |
| HWB | hwb(35 28% 24%) | color: hwb(35 28% 24%) | |
| OKLCH | oklch(0.6852 0.1084 73.62) | color: oklch(0.6852 0.1084 73.62) | |
| Lab | lab(62.99 11.7 45.04) | color: lab(62.99 11.7 45.04) | |
| LCH | lch(62.99 46.53 75.44) | color: lch(62.99 46.53 75.44) |
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)
#ACAB58 — rgb(172, 171, 88)
Deuteranopia (Green-blind)
#AFB35D — rgb(175, 179, 93)
Tritanopia (Blue-blind)
#BF6669 — rgb(191, 102, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 50%, 52%);
text
color: hsl(35, 50%, 52%);
border
border: 2px solid hsl(35, 50%, 52%);
gradient light
background: linear-gradient(to right, hsl(35, 50%, 72%), hsl(35, 50%, 52%));
gradient dark
background: linear-gradient(to right, hsl(35, 50%, 52%), hsl(35, 50%, 32%))
hex
background-color: #C28F47;
tailwind
bg-[hsl(35,50%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 50%, 52%, 0.4);
css variable
--color-primary: hsl(35, 50%, 52%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 50%, 52%)?
HEX: #C28F47 | RGB: rgb(194, 143, 71) | CMYK: 0%, 26%, 63%, 24% | HSV: 35°, 63%, 76%. Copy any format from the conversion table above.
What colors go well with #C28F47?
The complementary color is HSL(215, 50%, 52%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 50%, 52%) in CSS?
As HSL: color: hsl(35, 50%, 52%); — As HEX: color: #C28F47; — As RGB: color: rgb(194, 143, 71); — Tailwind CSS: bg-[hsl(35,50%,52%)] — CSS variable: --color-primary: hsl(35, 50%, 52%);