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