#beccf0
a light, vivid blue · cool · closest name: lavender
RGB
190, 204, 240
HSL
223°, 63%, 84%
CMYK
21, 15, 0, 6
Luminance
0.6042
Every format
| HEX | #beccf0 |
| RGB | rgb(190, 204, 240) |
| HSL | hsl(223, 63%, 84%) |
| CMYK | cmyk(21%, 15%, 0%, 6%) |
| LAB | lab(82.1 2.7 -19.3) |
| LCH | lch(82.1 19.5 278.1) |
| OKLCH | oklch(0.846 0.053 268.5) |
Copy-ready code
/* CSS */
color: #beccf0;
background-color: #beccf0;
/* Tailwind (arbitrary) */
class="text-[#beccf0] bg-[#beccf0]"
/* SCSS */
$brand: #beccf0;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#beccf0")Accessibility — WCAG contrast
Aa
#beccf0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccf0 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue94.1%
CMYK percentages
Cyan20.8%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#beccf0 text on a black background
contrast 13.08:1
Card sample
#beccf0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccf0;
Background color
Panel with #beccf0 background
background-color: #beccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccf0; background: linear-gradient(135deg, #beccf0, #D1BEF0);