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