#bccef6
a pale, electric blue · cool · closest name: lavender
RGB
188, 206, 246
HSL
221°, 76%, 85%
CMYK
24, 16, 0, 4
Luminance
0.6149
Every format
| HEX | #bccef6 |
| RGB | rgb(188, 206, 246) |
| HSL | hsl(221, 76%, 85%) |
| CMYK | cmyk(24%, 16%, 0%, 4%) |
| LAB | lab(82.6 2.4 -21.6) |
| LCH | lch(82.6 21.8 276.4) |
| OKLCH | oklch(0.851 0.059 266.1) |
Copy-ready code
/* CSS */
color: #bccef6;
background-color: #bccef6;
/* Tailwind (arbitrary) */
class="text-[#bccef6] bg-[#bccef6]"
/* SCSS */
$brand: #bccef6;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#bccef6")Accessibility — WCAG contrast
Aa
#bccef6 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccef6 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue96.5%
CMYK percentages
Cyan23.6%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#bccef6 text on a black background
contrast 13.30:1
Card sample
#bccef6 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccef6;
Background color
Panel with #bccef6 background
background-color: #bccef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccef6; background: linear-gradient(135deg, #bccef6, #D1BCF6);