#bcdfff
a pale, electric blue · cool · closest name: skyblue
RGB
188, 223, 255
HSL
209°, 100%, 87%
CMYK
26, 13, 0, 0
Luminance
0.7069
Every format
| HEX | #bcdfff |
| RGB | rgb(188, 223, 255) |
| HSL | hsl(209, 100%, 87%) |
| CMYK | cmyk(26%, 13%, 0%, 0%) |
| LAB | lab(87.3 -4.5 -19.3) |
| LCH | lch(87.3 19.8 256.9) |
| OKLCH | oklch(0.889 0.058 246.1) |
Copy-ready code
/* CSS */
color: #bcdfff;
background-color: #bcdfff;
/* Tailwind (arbitrary) */
class="text-[#bcdfff] bg-[#bcdfff]"
/* SCSS */
$brand: #bcdfff;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#bcdfff")Accessibility — WCAG contrast
Aa
#bcdfff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfff on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bcdfff text on a black background
contrast 15.14:1
Card sample
#bcdfff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfff;
Background color
Panel with #bcdfff background
background-color: #bcdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfff; background: linear-gradient(135deg, #bcdfff, #C6BCFF);