#bcc2f4
a light, vivid blue · warm · closest name: lavender
RGB
188, 194, 244
HSL
234°, 72%, 85%
CMYK
23, 21, 0, 4
Luminance
0.5581
Every format
| HEX | #bcc2f4 |
| RGB | rgb(188, 194, 244) |
| HSL | hsl(234, 72%, 85%) |
| CMYK | cmyk(23%, 21%, 0%, 4%) |
| LAB | lab(79.5 8.4 -25.4) |
| LCH | lch(79.5 26.7 288.3) |
| OKLCH | oklch(0.826 0.070 279.4) |
Copy-ready code
/* CSS */
color: #bcc2f4;
background-color: #bcc2f4;
/* Tailwind (arbitrary) */
class="text-[#bcc2f4] bg-[#bcc2f4]"
/* SCSS */
$brand: #bcc2f4;
/* SwiftUI */
Color(red: 0.737, green: 0.761, blue: 0.957)
/* Android */
Color.parseColor("#bcc2f4")Accessibility — WCAG contrast
Aa
#bcc2f4 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcc2f4 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green76.1%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta20.5%
Yellow0.0%
Key (black)4.3%
Color previews
#bcc2f4 text on a black background
contrast 12.16:1
Card sample
#bcc2f4 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcc2f4;
Background color
Panel with #bcc2f4 background
background-color: #bcc2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcc2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 194, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 194, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcc2f4; background: linear-gradient(135deg, #bcc2f4, #DBBCF4);