#beeefa
a pale, electric cyan · cool · closest name: skyblue
RGB
190, 238, 250
HSL
192°, 86%, 86%
CMYK
24, 5, 0, 2
Luminance
0.7900
Every format
| HEX | #beeefa |
| RGB | rgb(190, 238, 250) |
| HSL | hsl(192, 86%, 86%) |
| CMYK | cmyk(24%, 5%, 0%, 2%) |
| LAB | lab(91.2 -12.7 -10.8) |
| LCH | lch(91.2 16.7 220.4) |
| OKLCH | oklch(0.919 0.052 214.7) |
Copy-ready code
/* CSS */
color: #beeefa;
background-color: #beeefa;
/* Tailwind (arbitrary) */
class="text-[#beeefa] bg-[#beeefa]"
/* SCSS */
$brand: #beeefa;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#beeefa")Accessibility — WCAG contrast
Aa
#beeefa on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeefa on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue98.0%
CMYK percentages
Cyan24.0%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#beeefa text on a black background
contrast 16.80:1
Card sample
#beeefa text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeefa;
Background color
Panel with #beeefa background
background-color: #beeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeefa; background: linear-gradient(135deg, #beeefa, #BEC6FA);