#bcd2f4
a light, vivid blue · cool · closest name: lavender
RGB
188, 210, 244
HSL
216°, 72%, 85%
CMYK
23, 14, 0, 4
Luminance
0.6332
Every format
| HEX | #bcd2f4 |
| RGB | rgb(188, 210, 244) |
| HSL | hsl(216, 72%, 85%) |
| CMYK | cmyk(23%, 14%, 0%, 4%) |
| LAB | lab(83.6 -0.2 -19.1) |
| LCH | lch(83.6 19.1 269.5) |
| OKLCH | oklch(0.859 0.053 259.0) |
Copy-ready code
/* CSS */
color: #bcd2f4;
background-color: #bcd2f4;
/* Tailwind (arbitrary) */
class="text-[#bcd2f4] bg-[#bcd2f4]"
/* SCSS */
$brand: #bcd2f4;
/* SwiftUI */
Color(red: 0.737, green: 0.824, blue: 0.957)
/* Android */
Color.parseColor("#bcd2f4")Accessibility — WCAG contrast
Aa
#bcd2f4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd2f4 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.4%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta13.9%
Yellow0.0%
Key (black)4.3%
Color previews
#bcd2f4 text on a black background
contrast 13.66:1
Card sample
#bcd2f4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd2f4;
Background color
Panel with #bcd2f4 background
background-color: #bcd2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 210, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 210, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd2f4; background: linear-gradient(135deg, #bcd2f4, #CBBCF4);