#bdeeff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 255
HSL
196°, 100%, 87%
CMYK
26, 7, 0, 0
Luminance
0.7919
Every format
| HEX | #bdeeff |
| RGB | rgb(189, 238, 255) |
| HSL | hsl(196, 100%, 87%) |
| CMYK | cmyk(26%, 7%, 0%, 0%) |
| LAB | lab(91.3 -11.9 -13.3) |
| LCH | lch(91.3 17.9 228.2) |
| OKLCH | oklch(0.920 0.055 221.0) |
Copy-ready code
/* CSS */
color: #bdeeff;
background-color: #bdeeff;
/* Tailwind (arbitrary) */
class="text-[#bdeeff] bg-[#bdeeff]"
/* SCSS */
$brand: #bdeeff;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#bdeeff")Accessibility — WCAG contrast
Aa
#bdeeff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeeff on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bdeeff text on a black background
contrast 16.84:1
Card sample
#bdeeff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeeff;
Background color
Panel with #bdeeff background
background-color: #bdeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeeff; background: linear-gradient(135deg, #bdeeff, #BDC2FF);