#ffce6e
a light, electric orange · warm · closest name: khaki
RGB
255, 206, 110
HSL
40°, 100%, 72%
CMYK
0, 19, 57, 0
Luminance
0.6653
Every format
| HEX | #ffce6e |
| RGB | rgb(255, 206, 110) |
| HSL | hsl(40, 100%, 72%) |
| CMYK | cmyk(0%, 19%, 57%, 0%) |
| LAB | lab(85.3 6.6 53.6) |
| LCH | lch(85.3 54.0 83.0) |
| OKLCH | oklch(0.875 0.127 82.6) |
Copy-ready code
/* CSS */
color: #ffce6e;
background-color: #ffce6e;
/* Tailwind (arbitrary) */
class="text-[#ffce6e] bg-[#ffce6e]"
/* SCSS */
$brand: #ffce6e;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.431)
/* Android */
Color.parseColor("#ffce6e")Accessibility — WCAG contrast
Aa
#ffce6e on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce6e on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow56.9%
Key (black)0.0%
Color previews
#ffce6e text on a black background
contrast 14.31:1
Card sample
#ffce6e text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce6e;
Background color
Panel with #ffce6e background
background-color: #ffce6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce6e; background: linear-gradient(135deg, #ffce6e, #CFFF6E);