#befdf2
a pale, electric cyan · cool · closest name: ivory
RGB
190, 253, 242
HSL
170°, 94%, 87%
CMYK
25, 0, 4, 1
Luminance
0.8761
Every format
| HEX | #befdf2 |
| RGB | rgb(190, 253, 242) |
| HSL | hsl(170, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 4%, 1%) |
| LAB | lab(95.0 -21.8 -1.1) |
| LCH | lch(95.0 21.9 183.0) |
| OKLCH | oklch(0.949 0.065 183.0) |
Copy-ready code
/* CSS */
color: #befdf2;
background-color: #befdf2;
/* Tailwind (arbitrary) */
class="text-[#befdf2] bg-[#befdf2]"
/* SCSS */
$brand: #befdf2;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 0.949)
/* Android */
Color.parseColor("#befdf2")Accessibility — WCAG contrast
Aa
#befdf2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befdf2 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue94.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow4.3%
Key (black)0.8%
Color previews
#befdf2 text on a black background
contrast 18.52:1
Card sample
#befdf2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befdf2;
Background color
Panel with #befdf2 background
background-color: #befdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befdf2; background: linear-gradient(135deg, #befdf2, #BEDEFD);