HSL(42, 98%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,98%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 98%, 68%) | color: hsl(42, 98%, 68%) | |
| HEX | #FDCD5D | color: #FDCD5D | |
| RGB | rgb(253, 205, 93) | color: rgb(253, 205, 93) | |
| CMYK | cmyk(0%, 19%, 63%, 1%) | — | |
| HSV | hsv(42, 63%, 99%) | — | |
| HWB | hwb(42 37% 1%) | color: hwb(42 37% 1%) | |
| OKLCH | oklch(0.8697 0.1392 85.81) | color: oklch(0.8697 0.1392 85.81) | |
| Lab | lab(84.66 5.1 60.67) | color: lab(84.66 5.1 60.67) | |
| LCH | lch(84.66 60.88 85.19) | color: lch(84.66 60.88 85.19) |
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)
#E8E878 — rgb(232, 232, 120)
Deuteranopia (Green-blind)
#EBEF7F — rgb(235, 239, 127)
Tritanopia (Blue-blind)
#FB8D92 — rgb(251, 141, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 98%, 68%);
text
color: hsl(42, 98%, 68%);
border
border: 2px solid hsl(42, 98%, 68%);
gradient light
background: linear-gradient(to right, hsl(42, 98%, 88%), hsl(42, 98%, 68%));
gradient dark
background: linear-gradient(to right, hsl(42, 98%, 68%), hsl(42, 98%, 48%))
hex
background-color: #FDCD5D;
tailwind
bg-[hsl(42,98%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 98%, 68%, 0.4);
css variable
--color-primary: hsl(42, 98%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 98%, 68%)?
HEX: #FDCD5D | RGB: rgb(253, 205, 93) | CMYK: 0%, 19%, 63%, 1% | HSV: 42°, 63%, 99%. Copy any format from the conversion table above.
What colors go well with #FDCD5D?
The complementary color is HSL(222, 98%, 68%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 98%, 68%) in CSS?
As HSL: color: hsl(42, 98%, 68%); — As HEX: color: #FDCD5D; — As RGB: color: rgb(253, 205, 93); — Tailwind CSS: bg-[hsl(42,98%,68%)] — CSS variable: --color-primary: hsl(42, 98%, 68%);