#ebeccb
a pale, vivid yellow · cool · closest name: beige
RGB
235, 236, 203
HSL
62°, 47%, 86%
CMYK
0, 0, 14, 8
Luminance
0.8196
Every format
| HEX | #ebeccb |
| RGB | rgb(235, 236, 203) |
| HSL | hsl(62, 47%, 86%) |
| CMYK | cmyk(0%, 0%, 14%, 8%) |
| LAB | lab(92.6 -5.8 15.9) |
| LCH | lch(92.6 16.9 110.1) |
| OKLCH | oklch(0.934 0.043 108.6) |
Copy-ready code
/* CSS */
color: #ebeccb;
background-color: #ebeccb;
/* Tailwind (arbitrary) */
class="text-[#ebeccb] bg-[#ebeccb]"
/* SCSS */
$brand: #ebeccb;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#ebeccb")Accessibility — WCAG contrast
Aa
#ebeccb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeccb on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue79.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#ebeccb text on a black background
contrast 17.39:1
Card sample
#ebeccb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeccb;
Background color
Panel with #ebeccb background
background-color: #ebeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeccb; background: linear-gradient(135deg, #ebeccb, #D5ECCB);