#ffebcc
a pale, electric orange · warm · closest name: beige
RGB
255, 235, 204
HSL
37°, 100%, 90%
CMYK
0, 8, 20, 0
Luminance
0.8504
Every format
| HEX | #ffebcc |
| RGB | rgb(255, 235, 204) |
| HSL | hsl(37, 100%, 90%) |
| CMYK | cmyk(0%, 8%, 20%, 0%) |
| LAB | lab(93.9 2.0 17.5) |
| LCH | lch(93.9 17.6 83.5) |
| OKLCH | oklch(0.948 0.046 78.8) |
Copy-ready code
/* CSS */
color: #ffebcc;
background-color: #ffebcc;
/* Tailwind (arbitrary) */
class="text-[#ffebcc] bg-[#ffebcc]"
/* SCSS */
$brand: #ffebcc;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.800)
/* Android */
Color.parseColor("#ffebcc")Accessibility — WCAG contrast
Aa
#ffebcc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebcc on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow20.0%
Key (black)0.0%
Color previews
#ffebcc text on a black background
contrast 18.01:1
Card sample
#ffebcc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebcc;
Background color
Panel with #ffebcc background
background-color: #ffebcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebcc; background: linear-gradient(135deg, #ffebcc, #F1FFCC);