#bdf2fe
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 242, 254
HSL
191°, 97%, 87%
CMYK
26, 5, 0, 0
Luminance
0.8148
Every format
| HEX | #bdf2fe |
| RGB | rgb(189, 242, 254) |
| HSL | hsl(191, 97%, 87%) |
| CMYK | cmyk(26%, 5%, 0%, 0%) |
| LAB | lab(92.3 -14.1 -11.3) |
| LCH | lch(92.3 18.1 218.6) |
| OKLCH | oklch(0.929 0.056 213.1) |
Copy-ready code
/* CSS */
color: #bdf2fe;
background-color: #bdf2fe;
/* Tailwind (arbitrary) */
class="text-[#bdf2fe] bg-[#bdf2fe]"
/* SCSS */
$brand: #bdf2fe;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#bdf2fe")Accessibility — WCAG contrast
Aa
#bdf2fe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf2fe on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#bdf2fe text on a black background
contrast 17.30:1
Card sample
#bdf2fe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf2fe;
Background color
Panel with #bdf2fe background
background-color: #bdf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf2fe; background: linear-gradient(135deg, #bdf2fe, #BDC7FE);