#1fdaeb
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 218, 235
HSL
185°, 84%, 52%
CMYK
87, 7, 0, 8
Luminance
0.5643
Every format
| HEX | #1fdaeb |
| RGB | rgb(31, 218, 235) |
| HSL | hsl(185, 84%, 52%) |
| CMYK | cmyk(87%, 7%, 0%, 8%) |
| LAB | lab(79.9 -36.5 -20.6) |
| LCH | lch(79.9 41.9 209.4) |
| OKLCH | oklch(0.812 0.135 205.1) |
Copy-ready code
/* CSS */
color: #1fdaeb;
background-color: #1fdaeb;
/* Tailwind (arbitrary) */
class="text-[#1fdaeb] bg-[#1fdaeb]"
/* SCSS */
$brand: #1fdaeb;
/* SwiftUI */
Color(red: 0.122, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#1fdaeb")Accessibility — WCAG contrast
Aa
#1fdaeb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdaeb on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green85.5%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#1fdaeb text on a black background
contrast 12.29:1
Card sample
#1fdaeb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdaeb;
Background color
Panel with #1fdaeb background
background-color: #1fdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdaeb; background: linear-gradient(135deg, #1fdaeb, #1F52EB);