HSL(30, 90%, 57%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,90%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 90%, 57%) | color: hsl(30, 90%, 57%) | |
| HEX | #F4912F | color: #F4912F | |
| RGB | rgb(244, 145, 47) | color: rgb(244, 145, 47) | |
| CMYK | cmyk(0%, 41%, 81%, 4%) | — | |
| HSV | hsv(30, 81%, 96%) | — | |
| HWB | hwb(30 18% 4%) | color: hwb(30 18% 4%) | |
| OKLCH | oklch(0.7462 0.1585 59.84) | color: oklch(0.7462 0.1585 59.84) | |
| Lab | lab(69.25 30.57 63.83) | color: lab(69.25 30.57 63.83) | |
| LCH | lch(69.25 70.77 64.41) | color: lch(69.25 70.77 64.41) |
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)
#C9C847 — rgb(201, 200, 71)
Deuteranopia (Green-blind)
#CFD64C — rgb(207, 214, 76)
Tritanopia (Blue-blind)
#EF595E — rgb(239, 89, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 90%, 57%);
text
color: hsl(30, 90%, 57%);
border
border: 2px solid hsl(30, 90%, 57%);
gradient light
background: linear-gradient(to right, hsl(30, 90%, 77%), hsl(30, 90%, 57%));
gradient dark
background: linear-gradient(to right, hsl(30, 90%, 57%), hsl(30, 90%, 37%))
hex
background-color: #F4912F;
tailwind
bg-[hsl(30,90%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 90%, 57%, 0.4);
css variable
--color-primary: hsl(30, 90%, 57%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 90%, 57%)?
HEX: #F4912F | RGB: rgb(244, 145, 47) | CMYK: 0%, 41%, 81%, 4% | HSV: 30°, 81%, 96%. Copy any format from the conversion table above.
What colors go well with #F4912F?
The complementary color is HSL(210, 90%, 57%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 90%, 57%) in CSS?
As HSL: color: hsl(30, 90%, 57%); — As HEX: color: #F4912F; — As RGB: color: rgb(244, 145, 47); — Tailwind CSS: bg-[hsl(30,90%,57%)] — CSS variable: --color-primary: hsl(30, 90%, 57%);