#bdfbef
a pale, electric cyan · cool · closest name: ivory
RGB
189, 251, 239
HSL
168°, 89%, 86%
CMYK
25, 0, 5, 2
Luminance
0.8605
Every format
| HEX | #bdfbef |
| RGB | rgb(189, 251, 239) |
| HSL | hsl(168, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 5%, 2%) |
| LAB | lab(94.3 -21.8 -0.6) |
| LCH | lch(94.3 21.8 181.5) |
| OKLCH | oklch(0.943 0.064 181.6) |
Copy-ready code
/* CSS */
color: #bdfbef;
background-color: #bdfbef;
/* Tailwind (arbitrary) */
class="text-[#bdfbef] bg-[#bdfbef]"
/* SCSS */
$brand: #bdfbef;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.937)
/* Android */
Color.parseColor("#bdfbef")Accessibility — WCAG contrast
Aa
#bdfbef on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbef on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue93.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow4.8%
Key (black)1.6%
Color previews
#bdfbef text on a black background
contrast 18.21:1
Card sample
#bdfbef text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbef;
Background color
Panel with #bdfbef background
background-color: #bdfbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbef; background: linear-gradient(135deg, #bdfbef, #BDDEFB);