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