#1fdceb
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 220, 235
HSL
184°, 84%, 52%
CMYK
87, 6, 0, 8
Luminance
0.5748
Every format
| HEX | #1fdceb |
| RGB | rgb(31, 220, 235) |
| HSL | hsl(184, 84%, 52%) |
| CMYK | cmyk(87%, 6%, 0%, 8%) |
| LAB | lab(80.4 -37.5 -19.7) |
| LCH | lch(80.4 42.3 207.7) |
| OKLCH | oklch(0.817 0.136 203.8) |
Copy-ready code
/* CSS */
color: #1fdceb;
background-color: #1fdceb;
/* Tailwind (arbitrary) */
class="text-[#1fdceb] bg-[#1fdceb]"
/* SCSS */
$brand: #1fdceb;
/* SwiftUI */
Color(red: 0.122, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#1fdceb")Accessibility — WCAG contrast
Aa
#1fdceb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdceb on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green86.3%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#1fdceb text on a black background
contrast 12.50:1
Card sample
#1fdceb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdceb;
Background color
Panel with #1fdceb background
background-color: #1fdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdceb; background: linear-gradient(135deg, #1fdceb, #1F54EB);