HSL(28, 90%, 50%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,90%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 90%, 50%) | color: hsl(28, 90%, 50%) | |
| HEX | #F2780D | color: #F2780D | |
| RGB | rgb(242, 120, 13) | color: rgb(242, 120, 13) | |
| CMYK | cmyk(0%, 50%, 95%, 5%) | — | |
| HSV | hsv(28, 95%, 95%) | — | |
| HWB | hwb(28 5% 5%) | color: hwb(28 5% 5%) | |
| OKLCH | oklch(0.702 0.178 51.78) | color: oklch(0.702 0.178 51.78) | |
| Lab | lab(63.63 41.84 68.98) | color: lab(63.63 41.84 68.98) | |
| LCH | lch(63.63 80.68 58.76) | color: lch(63.63 80.68 58.76) |
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)
#BDBC27 — rgb(189, 188, 39)
Deuteranopia (Green-blind)
#C4CD2D — rgb(196, 205, 45)
Tritanopia (Blue-blind)
#EC3B40 — rgb(236, 59, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 90%, 50%);
text
color: hsl(28, 90%, 50%);
border
border: 2px solid hsl(28, 90%, 50%);
gradient light
background: linear-gradient(to right, hsl(28, 90%, 70%), hsl(28, 90%, 50%));
gradient dark
background: linear-gradient(to right, hsl(28, 90%, 50%), hsl(28, 90%, 30%))
hex
background-color: #F2780D;
tailwind
bg-[hsl(28,90%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 90%, 50%, 0.4);
css variable
--color-primary: hsl(28, 90%, 50%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 90%, 50%)?
HEX: #F2780D | RGB: rgb(242, 120, 13) | CMYK: 0%, 50%, 95%, 5% | HSV: 28°, 95%, 95%. Copy any format from the conversion table above.
What colors go well with #F2780D?
The complementary color is HSL(208, 90%, 50%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 90%, 50%) in CSS?
As HSL: color: hsl(28, 90%, 50%); — As HEX: color: #F2780D; — As RGB: color: rgb(242, 120, 13); — Tailwind CSS: bg-[hsl(28,90%,50%)] — CSS variable: --color-primary: hsl(28, 90%, 50%);