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