#bdfeee
a pale, electric cyan · cool · closest name: beige
RGB
189, 254, 238
HSL
165°, 97%, 87%
CMYK
26, 0, 6, 0
Luminance
0.8788
Every format
| HEX | #bdfeee |
| RGB | rgb(189, 254, 238) |
| HSL | hsl(165, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 6%, 0%) |
| LAB | lab(95.1 -23.4 1.1) |
| LCH | lch(95.1 23.4 177.3) |
| OKLCH | oklch(0.949 0.068 177.9) |
Copy-ready code
/* CSS */
color: #bdfeee;
background-color: #bdfeee;
/* Tailwind (arbitrary) */
class="text-[#bdfeee] bg-[#bdfeee]"
/* SCSS */
$brand: #bdfeee;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#bdfeee")Accessibility — WCAG contrast
Aa
#bdfeee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfeee on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#bdfeee text on a black background
contrast 18.58:1
Card sample
#bdfeee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfeee;
Background color
Panel with #bdfeee background
background-color: #bdfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfeee; background: linear-gradient(135deg, #bdfeee, #BDE3FE);