#bdf7fc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 247, 252
HSL
185°, 91%, 87%
CMYK
25, 2, 0, 1
Luminance
0.8437
Every format
| HEX | #bdf7fc |
| RGB | rgb(189, 247, 252) |
| HSL | hsl(185, 91%, 87%) |
| CMYK | cmyk(25%, 2%, 0%, 1%) |
| LAB | lab(93.6 -17.1 -8.3) |
| LCH | lch(93.6 19.0 206.1) |
| OKLCH | oklch(0.938 0.059 202.8) |
Copy-ready code
/* CSS */
color: #bdf7fc;
background-color: #bdf7fc;
/* Tailwind (arbitrary) */
class="text-[#bdf7fc] bg-[#bdf7fc]"
/* SCSS */
$brand: #bdf7fc;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.988)
/* Android */
Color.parseColor("#bdf7fc")Accessibility — WCAG contrast
Aa
#bdf7fc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7fc on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta2.0%
Yellow0.0%
Key (black)1.2%
Color previews
#bdf7fc text on a black background
contrast 17.87:1
Card sample
#bdf7fc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7fc;
Background color
Panel with #bdf7fc background
background-color: #bdf7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7fc; background: linear-gradient(135deg, #bdf7fc, #BDCDFC);