#bdf0fa
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 240, 250
HSL
190°, 86%, 86%
CMYK
24, 4, 0, 2
Luminance
0.8004
Every format
| HEX | #bdf0fa |
| RGB | rgb(189, 240, 250) |
| HSL | hsl(190, 86%, 86%) |
| CMYK | cmyk(24%, 4%, 0%, 2%) |
| LAB | lab(91.7 -14.0 -10.1) |
| LCH | lch(91.7 17.3 215.9) |
| OKLCH | oklch(0.923 0.054 210.9) |
Copy-ready code
/* CSS */
color: #bdf0fa;
background-color: #bdf0fa;
/* Tailwind (arbitrary) */
class="text-[#bdf0fa] bg-[#bdf0fa]"
/* SCSS */
$brand: #bdf0fa;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.980)
/* Android */
Color.parseColor("#bdf0fa")Accessibility — WCAG contrast
Aa
#bdf0fa on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf0fa on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue98.0%
CMYK percentages
Cyan24.4%
Magenta4.0%
Yellow0.0%
Key (black)2.0%
Color previews
#bdf0fa text on a black background
contrast 17.01:1
Card sample
#bdf0fa text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf0fa;
Background color
Panel with #bdf0fa background
background-color: #bdf0fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf0fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf0fa; background: linear-gradient(135deg, #bdf0fa, #BDC7FA);