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