#1fe5eb
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 229, 235
HSL
182°, 84%, 52%
CMYK
87, 3, 0, 8
Luminance
0.6233
Every format
| HEX | #1fe5eb |
| RGB | rgb(31, 229, 235) |
| HSL | hsl(182, 84%, 52%) |
| CMYK | cmyk(87%, 3%, 0%, 8%) |
| LAB | lab(83.1 -41.5 -15.7) |
| LCH | lch(83.1 44.4 200.7) |
| OKLCH | oklch(0.839 0.139 198.3) |
Copy-ready code
/* CSS */
color: #1fe5eb;
background-color: #1fe5eb;
/* Tailwind (arbitrary) */
class="text-[#1fe5eb] bg-[#1fe5eb]"
/* SCSS */
$brand: #1fe5eb;
/* SwiftUI */
Color(red: 0.122, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#1fe5eb")Accessibility — WCAG contrast
Aa
#1fe5eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fe5eb on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green89.8%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta2.6%
Yellow0.0%
Key (black)7.8%
Color previews
#1fe5eb text on a black background
contrast 13.47:1
Card sample
#1fe5eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fe5eb;
Background color
Panel with #1fe5eb background
background-color: #1fe5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fe5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 229, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 229, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fe5eb; background: linear-gradient(135deg, #1fe5eb, #1F5DEB);