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