#bdf2ff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 242, 255
HSL
192°, 100%, 87%
CMYK
26, 5, 0, 0
Luminance
0.8154
Every format
| HEX | #bdf2ff |
| RGB | rgb(189, 242, 255) |
| HSL | hsl(192, 100%, 87%) |
| CMYK | cmyk(26%, 5%, 0%, 0%) |
| LAB | lab(92.4 -13.9 -11.7) |
| LCH | lch(92.4 18.2 220.2) |
| OKLCH | oklch(0.929 0.057 214.4) |
Copy-ready code
/* CSS */
color: #bdf2ff;
background-color: #bdf2ff;
/* Tailwind (arbitrary) */
class="text-[#bdf2ff] bg-[#bdf2ff]"
/* SCSS */
$brand: #bdf2ff;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#bdf2ff")Accessibility — WCAG contrast
Aa
#bdf2ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf2ff on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bdf2ff text on a black background
contrast 17.31:1
Card sample
#bdf2ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf2ff;
Background color
Panel with #bdf2ff background
background-color: #bdf2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf2ff; background: linear-gradient(135deg, #bdf2ff, #BDC6FF);