#ffc68e
a light, electric orange · warm · closest name: tan
RGB
255, 198, 142
HSL
30°, 100%, 78%
CMYK
0, 22, 44, 0
Luminance
0.6360
Every format
| HEX | #ffc68e |
| RGB | rgb(255, 198, 142) |
| HSL | hsl(30, 100%, 78%) |
| CMYK | cmyk(0%, 22%, 44%, 0%) |
| LAB | lab(83.8 13.5 35.8) |
| LCH | lch(83.8 38.3 69.4) |
| OKLCH | oklch(0.865 0.097 65.5) |
Copy-ready code
/* CSS */
color: #ffc68e;
background-color: #ffc68e;
/* Tailwind (arbitrary) */
class="text-[#ffc68e] bg-[#ffc68e]"
/* SCSS */
$brand: #ffc68e;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.557)
/* Android */
Color.parseColor("#ffc68e")Accessibility — WCAG contrast
Aa
#ffc68e on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc68e on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow44.3%
Key (black)0.0%
Color previews
#ffc68e text on a black background
contrast 13.72:1
Card sample
#ffc68e text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc68e;
Background color
Panel with #ffc68e background
background-color: #ffc68e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc68e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc68e; background: linear-gradient(135deg, #ffc68e, #EDFF8E);