#bdf6fe
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 246, 254
HSL
187°, 97%, 87%
CMYK
26, 3, 0, 0
Luminance
0.8389
Every format
| HEX | #bdf6fe |
| RGB | rgb(189, 246, 254) |
| HSL | hsl(187, 97%, 87%) |
| CMYK | cmyk(26%, 3%, 0%, 0%) |
| LAB | lab(93.4 -16.1 -9.7) |
| LCH | lch(93.4 18.8 211.0) |
| OKLCH | oklch(0.937 0.058 206.9) |
Copy-ready code
/* CSS */
color: #bdf6fe;
background-color: #bdf6fe;
/* Tailwind (arbitrary) */
class="text-[#bdf6fe] bg-[#bdf6fe]"
/* SCSS */
$brand: #bdf6fe;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.996)
/* Android */
Color.parseColor("#bdf6fe")Accessibility — WCAG contrast
Aa
#bdf6fe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6fe on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta3.1%
Yellow0.0%
Key (black)0.4%
Color previews
#bdf6fe text on a black background
contrast 17.78:1
Card sample
#bdf6fe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6fe;
Background color
Panel with #bdf6fe background
background-color: #bdf6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6fe; background: linear-gradient(135deg, #bdf6fe, #BDCBFE);