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