#becce2
a light, soft blue · cool · closest name: lavender
RGB
190, 204, 226
HSL
217°, 38%, 82%
CMYK
16, 10, 0, 11
Luminance
0.5962
Every format
| HEX | #becce2 |
| RGB | rgb(190, 204, 226) |
| HSL | hsl(217, 38%, 82%) |
| CMYK | cmyk(16%, 10%, 0%, 11%) |
| LAB | lab(81.6 -0.3 -12.5) |
| LCH | lch(81.6 12.5 268.7) |
| OKLCH | oklch(0.842 0.034 259.4) |
Copy-ready code
/* CSS */
color: #becce2;
background-color: #becce2;
/* Tailwind (arbitrary) */
class="text-[#becce2] bg-[#becce2]"
/* SCSS */
$brand: #becce2;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#becce2")Accessibility — WCAG contrast
Aa
#becce2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becce2 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue88.6%
CMYK percentages
Cyan15.9%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#becce2 text on a black background
contrast 12.92:1
Card sample
#becce2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becce2;
Background color
Panel with #becce2 background
background-color: #becce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becce2; background: linear-gradient(135deg, #becce2, #C8BEE2);