#bccdf4
a light, vivid blue · cool · closest name: lavender
RGB
188, 205, 244
HSL
222°, 72%, 85%
CMYK
23, 16, 0, 4
Luminance
0.6089
Every format
| HEX | #bccdf4 |
| RGB | rgb(188, 205, 244) |
| HSL | hsl(222, 72%, 85%) |
| CMYK | cmyk(23%, 16%, 0%, 4%) |
| LAB | lab(82.3 2.5 -21.1) |
| LCH | lch(82.3 21.2 276.7) |
| OKLCH | oklch(0.848 0.058 266.6) |
Copy-ready code
/* CSS */
color: #bccdf4;
background-color: #bccdf4;
/* Tailwind (arbitrary) */
class="text-[#bccdf4] bg-[#bccdf4]"
/* SCSS */
$brand: #bccdf4;
/* SwiftUI */
Color(red: 0.737, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#bccdf4")Accessibility — WCAG contrast
Aa
#bccdf4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccdf4 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.4%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#bccdf4 text on a black background
contrast 13.18:1
Card sample
#bccdf4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccdf4;
Background color
Panel with #bccdf4 background
background-color: #bccdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccdf4; background: linear-gradient(135deg, #bccdf4, #D0BCF4);