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