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