#bccef5
a light, vivid blue · cool · closest name: lavender
RGB
188, 206, 245
HSL
221°, 74%, 85%
CMYK
23, 16, 0, 4
Luminance
0.6143
Every format
| HEX | #bccef5 |
| RGB | rgb(188, 206, 245) |
| HSL | hsl(221, 74%, 85%) |
| CMYK | cmyk(23%, 16%, 0%, 4%) |
| LAB | lab(82.6 2.2 -21.2) |
| LCH | lch(82.6 21.3 275.9) |
| OKLCH | oklch(0.851 0.058 265.6) |
Copy-ready code
/* CSS */
color: #bccef5;
background-color: #bccef5;
/* Tailwind (arbitrary) */
class="text-[#bccef5] bg-[#bccef5]"
/* SCSS */
$brand: #bccef5;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.961)
/* Android */
Color.parseColor("#bccef5")Accessibility — WCAG contrast
Aa
#bccef5 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccef5 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue96.1%
CMYK percentages
Cyan23.3%
Magenta15.9%
Yellow0.0%
Key (black)3.9%
Color previews
#bccef5 text on a black background
contrast 13.29:1
Card sample
#bccef5 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccef5;
Background color
Panel with #bccef5 background
background-color: #bccef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccef5; background: linear-gradient(135deg, #bccef5, #D0BCF5);