#bccdfa
a pale, electric blue · cool · closest name: lavender
RGB
188, 205, 250
HSL
224°, 86%, 86%
CMYK
25, 18, 0, 2
Luminance
0.6126
Every format
| HEX | #bccdfa |
| RGB | rgb(188, 205, 250) |
| HSL | hsl(224, 86%, 86%) |
| CMYK | cmyk(25%, 18%, 0%, 2%) |
| LAB | lab(82.5 3.9 -24.0) |
| LCH | lch(82.5 24.3 279.2) |
| OKLCH | oklch(0.851 0.066 268.8) |
Copy-ready code
/* CSS */
color: #bccdfa;
background-color: #bccdfa;
/* Tailwind (arbitrary) */
class="text-[#bccdfa] bg-[#bccdfa]"
/* SCSS */
$brand: #bccdfa;
/* SwiftUI */
Color(red: 0.737, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#bccdfa")Accessibility — WCAG contrast
Aa
#bccdfa on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccdfa on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.4%
Blue98.0%
CMYK percentages
Cyan24.8%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#bccdfa text on a black background
contrast 13.25:1
Card sample
#bccdfa text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccdfa;
Background color
Panel with #bccdfa background
background-color: #bccdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccdfa; background: linear-gradient(135deg, #bccdfa, #D4BCFA);