#bcccf7
a pale, electric blue · cool · closest name: lavender
RGB
188, 204, 247
HSL
224°, 79%, 85%
CMYK
24, 17, 0, 3
Luminance
0.6059
Every format
| HEX | #bcccf7 |
| RGB | rgb(188, 204, 247) |
| HSL | hsl(224, 79%, 85%) |
| CMYK | cmyk(24%, 17%, 0%, 3%) |
| LAB | lab(82.2 3.7 -22.9) |
| LCH | lch(82.2 23.2 279.2) |
| OKLCH | oklch(0.847 0.063 269.0) |
Copy-ready code
/* CSS */
color: #bcccf7;
background-color: #bcccf7;
/* Tailwind (arbitrary) */
class="text-[#bcccf7] bg-[#bcccf7]"
/* SCSS */
$brand: #bcccf7;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.969)
/* Android */
Color.parseColor("#bcccf7")Accessibility — WCAG contrast
Aa
#bcccf7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccf7 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue96.9%
CMYK percentages
Cyan23.9%
Magenta17.4%
Yellow0.0%
Key (black)3.1%
Color previews
#bcccf7 text on a black background
contrast 13.12:1
Card sample
#bcccf7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccf7;
Background color
Panel with #bcccf7 background
background-color: #bcccf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccf7; background: linear-gradient(135deg, #bcccf7, #D3BCF7);