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