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