#beeffc
a pale, electric cyan · cool · closest name: skyblue
RGB
190, 239, 252
HSL
193°, 91%, 87%
CMYK
25, 5, 0, 1
Luminance
0.7971
Every format
| HEX | #beeffc |
| RGB | rgb(190, 239, 252) |
| HSL | hsl(193, 91%, 87%) |
| CMYK | cmyk(25%, 5%, 0%, 1%) |
| LAB | lab(91.5 -12.8 -11.4) |
| LCH | lch(91.5 17.1 221.8) |
| OKLCH | oklch(0.922 0.053 215.7) |
Copy-ready code
/* CSS */
color: #beeffc;
background-color: #beeffc;
/* Tailwind (arbitrary) */
class="text-[#beeffc] bg-[#beeffc]"
/* SCSS */
$brand: #beeffc;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#beeffc")Accessibility — WCAG contrast
Aa
#beeffc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeffc on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue98.8%
CMYK percentages
Cyan24.6%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#beeffc text on a black background
contrast 16.94:1
Card sample
#beeffc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeffc;
Background color
Panel with #beeffc background
background-color: #beeffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeffc; background: linear-gradient(135deg, #beeffc, #BEC6FC);