#bccef0
a light, vivid blue · cool · closest name: lavender
RGB
188, 206, 240
HSL
219°, 63%, 84%
CMYK
22, 14, 0, 6
Luminance
0.6113
Every format
| HEX | #bccef0 |
| RGB | rgb(188, 206, 240) |
| HSL | hsl(219, 63%, 84%) |
| CMYK | cmyk(22%, 14%, 0%, 6%) |
| LAB | lab(82.5 1.1 -18.8) |
| LCH | lch(82.5 18.8 273.2) |
| OKLCH | oklch(0.849 0.051 263.2) |
Copy-ready code
/* CSS */
color: #bccef0;
background-color: #bccef0;
/* Tailwind (arbitrary) */
class="text-[#bccef0] bg-[#bccef0]"
/* SCSS */
$brand: #bccef0;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#bccef0")Accessibility — WCAG contrast
Aa
#bccef0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccef0 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue94.1%
CMYK percentages
Cyan21.7%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#bccef0 text on a black background
contrast 13.23:1
Card sample
#bccef0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccef0;
Background color
Panel with #bccef0 background
background-color: #bccef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccef0; background: linear-gradient(135deg, #bccef0, #CDBCF0);