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