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