#beeaf2
a light, vivid cyan · cool · closest name: lavender
RGB
190, 234, 242
HSL
189°, 67%, 85%
CMYK
22, 3, 0, 5
Luminance
0.7620
Every format
| HEX | #beeaf2 |
| RGB | rgb(190, 234, 242) |
| HSL | hsl(189, 67%, 85%) |
| CMYK | cmyk(22%, 3%, 0%, 5%) |
| LAB | lab(90.0 -12.4 -8.6) |
| LCH | lch(90.0 15.1 214.6) |
| OKLCH | oklch(0.909 0.047 209.9) |
Copy-ready code
/* CSS */
color: #beeaf2;
background-color: #beeaf2;
/* Tailwind (arbitrary) */
class="text-[#beeaf2] bg-[#beeaf2]"
/* SCSS */
$brand: #beeaf2;
/* SwiftUI */
Color(red: 0.745, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#beeaf2")Accessibility — WCAG contrast
Aa
#beeaf2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeaf2 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.8%
Blue94.9%
CMYK percentages
Cyan21.5%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#beeaf2 text on a black background
contrast 16.24:1
Card sample
#beeaf2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeaf2;
Background color
Panel with #beeaf2 background
background-color: #beeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeaf2; background: linear-gradient(135deg, #beeaf2, #BEC7F2);