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