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