#beccf4
a pale, vivid blue · cool · closest name: lavender
RGB
190, 204, 244
HSL
224°, 71%, 85%
CMYK
22, 16, 0, 4
Luminance
0.6066
Every format
| HEX | #beccf4 |
| RGB | rgb(190, 204, 244) |
| HSL | hsl(224, 71%, 85%) |
| CMYK | cmyk(22%, 16%, 0%, 4%) |
| LAB | lab(82.2 3.6 -21.2) |
| LCH | lch(82.2 21.6 279.7) |
| OKLCH | oklch(0.848 0.058 270.0) |
Copy-ready code
/* CSS */
color: #beccf4;
background-color: #beccf4;
/* Tailwind (arbitrary) */
class="text-[#beccf4] bg-[#beccf4]"
/* SCSS */
$brand: #beccf4;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#beccf4")Accessibility — WCAG contrast
Aa
#beccf4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccf4 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue95.7%
CMYK percentages
Cyan22.1%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#beccf4 text on a black background
contrast 13.13:1
Card sample
#beccf4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccf4;
Background color
Panel with #beccf4 background
background-color: #beccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccf4; background: linear-gradient(135deg, #beccf4, #D4BEF4);