#becfe4
a light, soft blue · cool · closest name: lavender
RGB
190, 207, 228
HSL
213°, 41%, 82%
CMYK
17, 9, 0, 11
Luminance
0.6117
Every format
| HEX | #becfe4 |
| RGB | rgb(190, 207, 228) |
| HSL | hsl(213, 41%, 82%) |
| CMYK | cmyk(17%, 9%, 0%, 11%) |
| LAB | lab(82.5 -1.4 -12.3) |
| LCH | lch(82.5 12.4 263.3) |
| OKLCH | oklch(0.848 0.035 253.7) |
Copy-ready code
/* CSS */
color: #becfe4;
background-color: #becfe4;
/* Tailwind (arbitrary) */
class="text-[#becfe4] bg-[#becfe4]"
/* SCSS */
$brand: #becfe4;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#becfe4")Accessibility — WCAG contrast
Aa
#becfe4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becfe4 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.2%
Blue89.4%
CMYK percentages
Cyan16.7%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#becfe4 text on a black background
contrast 13.23:1
Card sample
#becfe4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becfe4;
Background color
Panel with #becfe4 background
background-color: #becfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becfe4; background: linear-gradient(135deg, #becfe4, #C6BEE4);