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