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