#eff2cb
a pale, vivid yellow · cool · closest name: beige
RGB
239, 242, 203
HSL
65°, 60%, 87%
CMYK
1, 0, 16, 5
Luminance
0.8617
Every format
| HEX | #eff2cb |
| RGB | rgb(239, 242, 203) |
| HSL | hsl(65, 60%, 87%) |
| CMYK | cmyk(1%, 0%, 16%, 5%) |
| LAB | lab(94.4 -7.4 18.5) |
| LCH | lch(94.4 20.0 111.8) |
| OKLCH | oklch(0.949 0.051 110.9) |
Copy-ready code
/* CSS */
color: #eff2cb;
background-color: #eff2cb;
/* Tailwind (arbitrary) */
class="text-[#eff2cb] bg-[#eff2cb]"
/* SCSS */
$brand: #eff2cb;
/* SwiftUI */
Color(red: 0.937, green: 0.949, blue: 0.796)
/* Android */
Color.parseColor("#eff2cb")Accessibility — WCAG contrast
Aa
#eff2cb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff2cb on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green94.9%
Blue79.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow16.1%
Key (black)5.1%
Color previews
#eff2cb text on a black background
contrast 18.23:1
Card sample
#eff2cb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff2cb;
Background color
Panel with #eff2cb background
background-color: #eff2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 242, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 242, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff2cb; background: linear-gradient(135deg, #eff2cb, #D5F2CB);