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