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