#bdf4ff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 244, 255
HSL
190°, 100%, 87%
CMYK
26, 4, 0, 0
Luminance
0.8274
Every format
| HEX | #bdf4ff |
| RGB | rgb(189, 244, 255) |
| HSL | hsl(190, 100%, 87%) |
| CMYK | cmyk(26%, 4%, 0%, 0%) |
| LAB | lab(92.9 -14.9 -11.0) |
| LCH | lch(92.9 18.5 216.3) |
| OKLCH | oklch(0.933 0.058 211.2) |
Copy-ready code
/* CSS */
color: #bdf4ff;
background-color: #bdf4ff;
/* Tailwind (arbitrary) */
class="text-[#bdf4ff] bg-[#bdf4ff]"
/* SCSS */
$brand: #bdf4ff;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#bdf4ff")Accessibility — WCAG contrast
Aa
#bdf4ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4ff on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#bdf4ff text on a black background
contrast 17.55:1
Card sample
#bdf4ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4ff;
Background color
Panel with #bdf4ff background
background-color: #bdf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4ff; background: linear-gradient(135deg, #bdf4ff, #BDC8FF);