#ffcebc
a pale, electric orange · warm · closest name: pink
RGB
255, 206, 188
HSL
16°, 100%, 87%
CMYK
0, 19, 26, 0
Luminance
0.6903
Every format
| HEX | #ffcebc |
| RGB | rgb(255, 206, 188) |
| HSL | hsl(16, 100%, 87%) |
| CMYK | cmyk(0%, 19%, 26%, 0%) |
| LAB | lab(86.5 14.7 15.5) |
| LCH | lch(86.5 21.4 46.5) |
| OKLCH | oklch(0.889 0.061 41.1) |
Copy-ready code
/* CSS */
color: #ffcebc;
background-color: #ffcebc;
/* Tailwind (arbitrary) */
class="text-[#ffcebc] bg-[#ffcebc]"
/* SCSS */
$brand: #ffcebc;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#ffcebc")Accessibility — WCAG contrast
Aa
#ffcebc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcebc on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow26.3%
Key (black)0.0%
Color previews
#ffcebc text on a black background
contrast 14.81:1
Card sample
#ffcebc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcebc;
Background color
Panel with #ffcebc background
background-color: #ffcebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcebc; background: linear-gradient(135deg, #ffcebc, #FFFBBC);