#beefe2
a light, vivid cyan · cool · closest name: beige
RGB
190, 239, 226
HSL
164°, 61%, 84%
CMYK
21, 0, 5, 6
Luminance
0.7817
Every format
| HEX | #beefe2 |
| RGB | rgb(190, 239, 226) |
| HSL | hsl(164, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 5%, 6%) |
| LAB | lab(90.9 -18.2 1.1) |
| LCH | lch(90.9 18.3 176.5) |
| OKLCH | oklch(0.914 0.053 177.1) |
Copy-ready code
/* CSS */
color: #beefe2;
background-color: #beefe2;
/* Tailwind (arbitrary) */
class="text-[#beefe2] bg-[#beefe2]"
/* SCSS */
$brand: #beefe2;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#beefe2")Accessibility — WCAG contrast
Aa
#beefe2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beefe2 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue88.6%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#beefe2 text on a black background
contrast 16.63:1
Card sample
#beefe2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beefe2;
Background color
Panel with #beefe2 background
background-color: #beefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beefe2; background: linear-gradient(135deg, #beefe2, #BEDBEF);