#beefec
a light, vivid cyan · cool · closest name: white
RGB
190, 239, 236
HSL
176°, 61%, 84%
CMYK
21, 0, 1, 6
Luminance
0.7874
Every format
| HEX | #beefec |
| RGB | rgb(190, 239, 236) |
| HSL | hsl(176, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 1%, 6%) |
| LAB | lab(91.1 -16.2 -3.7) |
| LCH | lch(91.1 16.6 192.9) |
| OKLCH | oklch(0.917 0.050 191.7) |
Copy-ready code
/* CSS */
color: #beefec;
background-color: #beefec;
/* Tailwind (arbitrary) */
class="text-[#beefec] bg-[#beefec]"
/* SCSS */
$brand: #beefec;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#beefec")Accessibility — WCAG contrast
Aa
#beefec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beefec on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue92.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#beefec text on a black background
contrast 16.75:1
Card sample
#beefec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beefec;
Background color
Panel with #beefec background
background-color: #beefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beefec; background: linear-gradient(135deg, #beefec, #BED1EF);