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