#1febc9
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 235, 201
HSL
170°, 84%, 52%
CMYK
87, 0, 15, 8
Luminance
0.6393
Every format
| HEX | #1febc9 |
| RGB | rgb(31, 235, 201) |
| HSL | hsl(170, 84%, 52%) |
| CMYK | cmyk(87%, 0%, 15%, 8%) |
| LAB | lab(83.9 -53.5 3.5) |
| LCH | lch(83.9 53.6 176.2) |
| OKLCH | oklch(0.842 0.153 176.8) |
Copy-ready code
/* CSS */
color: #1febc9;
background-color: #1febc9;
/* Tailwind (arbitrary) */
class="text-[#1febc9] bg-[#1febc9]"
/* SCSS */
$brand: #1febc9;
/* SwiftUI */
Color(red: 0.122, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#1febc9")Accessibility — WCAG contrast
Aa
#1febc9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1febc9 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green92.2%
Blue78.8%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#1febc9 text on a black background
contrast 13.79:1
Card sample
#1febc9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1febc9;
Background color
Panel with #1febc9 background
background-color: #1febc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1febc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1febc9; background: linear-gradient(135deg, #1febc9, #1F85EB);