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