#31eed8
a balanced, electric cyan · cool · closest name: turquoise
RGB
49, 238, 216
HSL
173°, 85%, 56%
CMYK
79, 0, 9, 7
Luminance
0.6676
Every format
| HEX | #31eed8 |
| RGB | rgb(49, 238, 216) |
| HSL | hsl(173, 85%, 56%) |
| CMYK | cmyk(79%, 0%, 9%, 7%) |
| LAB | lab(85.4 -49.5 -2.2) |
| LCH | lch(85.4 49.6 182.6) |
| OKLCH | oklch(0.856 0.145 182.7) |
Copy-ready code
/* CSS */
color: #31eed8;
background-color: #31eed8;
/* Tailwind (arbitrary) */
class="text-[#31eed8] bg-[#31eed8]"
/* SCSS */
$brand: #31eed8;
/* SwiftUI */
Color(red: 0.192, green: 0.933, blue: 0.847)
/* Android */
Color.parseColor("#31eed8")Accessibility — WCAG contrast
Aa
#31eed8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31eed8 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green93.3%
Blue84.7%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow9.2%
Key (black)6.7%
Color previews
#31eed8 text on a black background
contrast 14.35:1
Card sample
#31eed8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31eed8;
Background color
Panel with #31eed8 background
background-color: #31eed8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31eed8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 238, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 238, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31eed8; background: linear-gradient(135deg, #31eed8, #3186EE);