#bccbf4
a light, vivid blue · cool · closest name: lavender
RGB
188, 203, 244
HSL
224°, 72%, 85%
CMYK
23, 17, 0, 4
Luminance
0.5993
Every format
| HEX | #bccbf4 |
| RGB | rgb(188, 203, 244) |
| HSL | hsl(224, 72%, 85%) |
| CMYK | cmyk(23%, 17%, 0%, 4%) |
| LAB | lab(81.8 3.6 -21.9) |
| LCH | lch(81.8 22.1 279.3) |
| OKLCH | oklch(0.844 0.060 269.3) |
Copy-ready code
/* CSS */
color: #bccbf4;
background-color: #bccbf4;
/* Tailwind (arbitrary) */
class="text-[#bccbf4] bg-[#bccbf4]"
/* SCSS */
$brand: #bccbf4;
/* SwiftUI */
Color(red: 0.737, green: 0.796, blue: 0.957)
/* Android */
Color.parseColor("#bccbf4")Accessibility — WCAG contrast
Aa
#bccbf4 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccbf4 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.6%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta16.8%
Yellow0.0%
Key (black)4.3%
Color previews
#bccbf4 text on a black background
contrast 12.99:1
Card sample
#bccbf4 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccbf4;
Background color
Panel with #bccbf4 background
background-color: #bccbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 203, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 203, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccbf4; background: linear-gradient(135deg, #bccbf4, #D2BCF4);