#ffebbc
a pale, electric yellow · warm · closest name: beige
RGB
255, 235, 188
HSL
42°, 100%, 87%
CMYK
0, 8, 26, 0
Luminance
0.8431
Every format
| HEX | #ffebbc |
| RGB | rgb(255, 235, 188) |
| HSL | hsl(42, 100%, 87%) |
| CMYK | cmyk(0%, 8%, 26%, 0%) |
| LAB | lab(93.6 -0.2 25.3) |
| LCH | lch(93.6 25.3 90.5) |
| OKLCH | oklch(0.945 0.064 87.7) |
Copy-ready code
/* CSS */
color: #ffebbc;
background-color: #ffebbc;
/* Tailwind (arbitrary) */
class="text-[#ffebbc] bg-[#ffebbc]"
/* SCSS */
$brand: #ffebbc;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#ffebbc")Accessibility — WCAG contrast
Aa
#ffebbc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebbc on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow26.3%
Key (black)0.0%
Color previews
#ffebbc text on a black background
contrast 17.86:1
Card sample
#ffebbc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebbc;
Background color
Panel with #ffebbc background
background-color: #ffebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebbc; background: linear-gradient(135deg, #ffebbc, #E6FFBC);