#bfccf2
a light, vivid blue · cool · closest name: lavender
RGB
191, 204, 242
HSL
225°, 66%, 85%
CMYK
21, 16, 0, 5
Luminance
0.6067
Every format
| HEX | #bfccf2 |
| RGB | rgb(191, 204, 242) |
| HSL | hsl(225, 66%, 85%) |
| CMYK | cmyk(21%, 16%, 0%, 5%) |
| LAB | lab(82.2 3.5 -20.2) |
| LCH | lch(82.2 20.5 279.8) |
| OKLCH | oklch(0.848 0.055 270.3) |
Copy-ready code
/* CSS */
color: #bfccf2;
background-color: #bfccf2;
/* Tailwind (arbitrary) */
class="text-[#bfccf2] bg-[#bfccf2]"
/* SCSS */
$brand: #bfccf2;
/* SwiftUI */
Color(red: 0.749, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#bfccf2")Accessibility — WCAG contrast
Aa
#bfccf2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfccf2 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.0%
Blue94.9%
CMYK percentages
Cyan21.1%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#bfccf2 text on a black background
contrast 13.13:1
Card sample
#bfccf2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfccf2;
Background color
Panel with #bfccf2 background
background-color: #bfccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfccf2; background: linear-gradient(135deg, #bfccf2, #D4BFF2);