HSL(27, 90%, 45%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 90%, 45%) | color: hsl(27, 90%, 45%) | |
| HEX | #DA680B | color: #DA680B | |
| RGB | rgb(218, 104, 11) | color: rgb(218, 104, 11) | |
| CMYK | cmyk(0%, 52%, 95%, 15%) | — | |
| HSV | hsv(27, 95%, 85%) | — | |
| HWB | hwb(27 4% 15%) | color: hwb(27 4% 15%) | |
| OKLCH | oklch(0.6436 0.1668 50.11) | color: oklch(0.6436 0.1668 50.11) | |
| Lab | lab(56.91 40.4 63.21) | color: lab(56.91 40.4 63.21) | |
| LCH | lch(56.91 75.02 57.42) | color: lch(56.91 75.02 57.42) |
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)
#A9A822 — rgb(169, 168, 34)
Deuteranopia (Green-blind)
#AFB827 — rgb(175, 184, 39)
Tritanopia (Blue-blind)
#D43337 — rgb(212, 51, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 90%, 45%);
text
color: hsl(27, 90%, 45%);
border
border: 2px solid hsl(27, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(27, 90%, 65%), hsl(27, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(27, 90%, 45%), hsl(27, 90%, 25%))
hex
background-color: #DA680B;
tailwind
bg-[hsl(27,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 90%, 45%, 0.4);
css variable
--color-primary: hsl(27, 90%, 45%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 90%, 45%)?
HEX: #DA680B | RGB: rgb(218, 104, 11) | CMYK: 0%, 52%, 95%, 15% | HSV: 27°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #DA680B?
The complementary color is HSL(207, 90%, 45%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 90%, 45%) in CSS?
As HSL: color: hsl(27, 90%, 45%); — As HEX: color: #DA680B; — As RGB: color: rgb(218, 104, 11); — Tailwind CSS: bg-[hsl(27,90%,45%)] — CSS variable: --color-primary: hsl(27, 90%, 45%);