#1fefec
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 239, 236
HSL
179°, 87%, 53%
CMYK
87, 0, 1, 6
Luminance
0.6808
Every format
| HEX | #1fefec |
| RGB | rgb(31, 239, 236) |
| HSL | hsl(179, 87%, 53%) |
| CMYK | cmyk(87%, 0%, 1%, 6%) |
| LAB | lab(86.0 -45.7 -11.8) |
| LCH | lch(86.0 47.2 194.5) |
| OKLCH | oklch(0.863 0.144 193.2) |
Copy-ready code
/* CSS */
color: #1fefec;
background-color: #1fefec;
/* Tailwind (arbitrary) */
class="text-[#1fefec] bg-[#1fefec]"
/* SCSS */
$brand: #1fefec;
/* SwiftUI */
Color(red: 0.122, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#1fefec")Accessibility — WCAG contrast
Aa
#1fefec on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fefec on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green93.7%
Blue92.5%
CMYK percentages
Cyan87.0%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#1fefec text on a black background
contrast 14.62:1
Card sample
#1fefec text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fefec;
Background color
Panel with #1fefec background
background-color: #1fefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fefec; background: linear-gradient(135deg, #1fefec, #1F67EF);