#beeaf4
a pale, vivid cyan · cool · closest name: lavender
RGB
190, 234, 244
HSL
191°, 71%, 85%
CMYK
22, 4, 0, 4
Luminance
0.7632
Every format
| HEX | #beeaf4 |
| RGB | rgb(190, 234, 244) |
| HSL | hsl(191, 71%, 85%) |
| CMYK | cmyk(22%, 4%, 0%, 4%) |
| LAB | lab(90.0 -12.0 -9.5) |
| LCH | lch(90.0 15.3 218.5) |
| OKLCH | oklch(0.909 0.047 213.1) |
Copy-ready code
/* CSS */
color: #beeaf4;
background-color: #beeaf4;
/* Tailwind (arbitrary) */
class="text-[#beeaf4] bg-[#beeaf4]"
/* SCSS */
$brand: #beeaf4;
/* SwiftUI */
Color(red: 0.745, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#beeaf4")Accessibility — WCAG contrast
Aa
#beeaf4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeaf4 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.8%
Blue95.7%
CMYK percentages
Cyan22.1%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#beeaf4 text on a black background
contrast 16.26:1
Card sample
#beeaf4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeaf4;
Background color
Panel with #beeaf4 background
background-color: #beeaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeaf4; background: linear-gradient(135deg, #beeaf4, #BEC6F4);