#beccf8
a pale, electric blue · warm · closest name: lavender
RGB
190, 204, 248
HSL
226°, 81%, 86%
CMYK
23, 18, 0, 3
Luminance
0.6091
Every format
| HEX | #beccf8 |
| RGB | rgb(190, 204, 248) |
| HSL | hsl(226, 81%, 86%) |
| CMYK | cmyk(23%, 18%, 0%, 3%) |
| LAB | lab(82.3 4.5 -23.2) |
| LCH | lch(82.3 23.6 281.1) |
| OKLCH | oklch(0.849 0.063 271.2) |
Copy-ready code
/* CSS */
color: #beccf8;
background-color: #beccf8;
/* Tailwind (arbitrary) */
class="text-[#beccf8] bg-[#beccf8]"
/* SCSS */
$brand: #beccf8;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#beccf8")Accessibility — WCAG contrast
Aa
#beccf8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccf8 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue97.3%
CMYK percentages
Cyan23.4%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#beccf8 text on a black background
contrast 13.18:1
Card sample
#beccf8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccf8;
Background color
Panel with #beccf8 background
background-color: #beccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccf8; background: linear-gradient(135deg, #beccf8, #D7BEF8);