HSL(22, 63%, 46%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,63%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 63%, 46%) | color: hsl(22, 63%, 46%) | |
| HEX | #BF622B | color: #BF622B | |
| RGB | rgb(191, 98, 43) | color: rgb(191, 98, 43) | |
| CMYK | cmyk(0%, 49%, 77%, 25%) | — | |
| HSV | hsv(22, 77%, 75%) | — | |
| HWB | hwb(22 17% 25%) | color: hwb(22 17% 25%) | |
| OKLCH | oklch(0.5972 0.1369 48.13) | color: oklch(0.5972 0.1369 48.13) | |
| Lab | lab(51.83 33.44 46.49) | color: lab(51.83 33.44 46.49) | |
| LCH | lch(51.83 57.27 54.27) | color: lch(51.83 57.27 54.27) |
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)
#979638 — rgb(151, 150, 56)
Deuteranopia (Green-blind)
#9CA33C — rgb(156, 163, 60)
Tritanopia (Blue-blind)
#BA4345 — rgb(186, 67, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 63%, 46%);
text
color: hsl(22, 63%, 46%);
border
border: 2px solid hsl(22, 63%, 46%);
gradient light
background: linear-gradient(to right, hsl(22, 63%, 66%), hsl(22, 63%, 46%));
gradient dark
background: linear-gradient(to right, hsl(22, 63%, 46%), hsl(22, 63%, 26%))
hex
background-color: #BF622B;
tailwind
bg-[hsl(22,63%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 63%, 46%, 0.4);
css variable
--color-primary: hsl(22, 63%, 46%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 63%, 46%)?
HEX: #BF622B | RGB: rgb(191, 98, 43) | CMYK: 0%, 49%, 77%, 25% | HSV: 22°, 77%, 75%. Copy any format from the conversion table above.
What colors go well with #BF622B?
The complementary color is HSL(202, 63%, 46%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 63%, 46%) in CSS?
As HSL: color: hsl(22, 63%, 46%); — As HEX: color: #BF622B; — As RGB: color: rgb(191, 98, 43); — Tailwind CSS: bg-[hsl(22,63%,46%)] — CSS variable: --color-primary: hsl(22, 63%, 46%);