#b9ddf7
a light, electric blue · cool · closest name: skyblue
RGB
185, 221, 247
HSL
205°, 80%, 85%
CMYK
25, 11, 0, 3
Luminance
0.6874
Every format
| HEX | #b9ddf7 |
| RGB | rgb(185, 221, 247) |
| HSL | hsl(205, 80%, 85%) |
| CMYK | cmyk(25%, 11%, 0%, 3%) |
| LAB | lab(86.4 -6.1 -16.6) |
| LCH | lch(86.4 17.7 249.7) |
| OKLCH | oklch(0.880 0.052 239.6) |
Copy-ready code
/* CSS */
color: #b9ddf7;
background-color: #b9ddf7;
/* Tailwind (arbitrary) */
class="text-[#b9ddf7] bg-[#b9ddf7]"
/* SCSS */
$brand: #b9ddf7;
/* SwiftUI */
Color(red: 0.725, green: 0.867, blue: 0.969)
/* Android */
Color.parseColor("#b9ddf7")Accessibility — WCAG contrast
Aa
#b9ddf7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ddf7 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green86.7%
Blue96.9%
CMYK percentages
Cyan25.1%
Magenta10.5%
Yellow0.0%
Key (black)3.1%
Color previews
#b9ddf7 text on a black background
contrast 14.75:1
Card sample
#b9ddf7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ddf7;
Background color
Panel with #b9ddf7 background
background-color: #b9ddf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ddf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 221, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 221, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ddf7; background: linear-gradient(135deg, #b9ddf7, #BEB9F7);