#bdf2fc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 242, 252
HSL
190°, 91%, 87%
CMYK
25, 4, 0, 1
Luminance
0.8135
Every format
| HEX | #bdf2fc |
| RGB | rgb(189, 242, 252) |
| HSL | hsl(190, 91%, 87%) |
| CMYK | cmyk(25%, 4%, 0%, 1%) |
| LAB | lab(92.3 -14.6 -10.3) |
| LCH | lch(92.3 17.9 215.3) |
| OKLCH | oklch(0.928 0.056 210.4) |
Copy-ready code
/* CSS */
color: #bdf2fc;
background-color: #bdf2fc;
/* Tailwind (arbitrary) */
class="text-[#bdf2fc] bg-[#bdf2fc]"
/* SCSS */
$brand: #bdf2fc;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#bdf2fc")Accessibility — WCAG contrast
Aa
#bdf2fc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf2fc on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#bdf2fc text on a black background
contrast 17.27:1
Card sample
#bdf2fc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf2fc;
Background color
Panel with #bdf2fc background
background-color: #bdf2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf2fc; background: linear-gradient(135deg, #bdf2fc, #BDC8FC);