#31fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
49, 253, 206
HSL
166°, 98%, 59%
CMYK
81, 0, 19, 1
Luminance
0.7536
Every format
| HEX | #31fdce |
| RGB | rgb(49, 253, 206) |
| HSL | hsl(166, 98%, 59%) |
| CMYK | cmyk(81%, 0%, 19%, 1%) |
| LAB | lab(89.6 -58.1 9.0) |
| LCH | lch(89.6 58.8 171.2) |
| OKLCH | oklch(0.889 0.165 172.0) |
Copy-ready code
/* CSS */
color: #31fdce;
background-color: #31fdce;
/* Tailwind (arbitrary) */
class="text-[#31fdce] bg-[#31fdce]"
/* SCSS */
$brand: #31fdce;
/* SwiftUI */
Color(red: 0.192, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#31fdce")Accessibility — WCAG contrast
Aa
#31fdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31fdce on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green99.2%
Blue80.8%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#31fdce text on a black background
contrast 16.07:1
Card sample
#31fdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31fdce;
Background color
Panel with #31fdce background
background-color: #31fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31fdce; background: linear-gradient(135deg, #31fdce, #31A4FD);