#bdf8fa
a pale, electric cyan · cool · closest name: white
RGB
189, 248, 250
HSL
182°, 86%, 86%
CMYK
24, 1, 0, 2
Luminance
0.8486
Every format
| HEX | #bdf8fa |
| RGB | rgb(189, 248, 250) |
| HSL | hsl(182, 86%, 86%) |
| CMYK | cmyk(24%, 1%, 0%, 2%) |
| LAB | lab(93.8 -18.0 -7.0) |
| LCH | lch(93.8 19.3 201.3) |
| OKLCH | oklch(0.940 0.059 198.8) |
Copy-ready code
/* CSS */
color: #bdf8fa;
background-color: #bdf8fa;
/* Tailwind (arbitrary) */
class="text-[#bdf8fa] bg-[#bdf8fa]"
/* SCSS */
$brand: #bdf8fa;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.980)
/* Android */
Color.parseColor("#bdf8fa")Accessibility — WCAG contrast
Aa
#bdf8fa on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf8fa on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue98.0%
CMYK percentages
Cyan24.4%
Magenta0.8%
Yellow0.0%
Key (black)2.0%
Color previews
#bdf8fa text on a black background
contrast 17.97:1
Card sample
#bdf8fa text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf8fa;
Background color
Panel with #bdf8fa background
background-color: #bdf8fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf8fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf8fa; background: linear-gradient(135deg, #bdf8fa, #BDCFFA);