#1fdfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 223, 235
HSL
184°, 84%, 52%
CMYK
87, 5, 0, 8
Luminance
0.5906
Every format
| HEX | #1fdfeb |
| RGB | rgb(31, 223, 235) |
| HSL | hsl(184, 84%, 52%) |
| CMYK | cmyk(87%, 5%, 0%, 8%) |
| LAB | lab(81.3 -38.8 -18.3) |
| LCH | lch(81.3 43.0 205.3) |
| OKLCH | oklch(0.824 0.137 201.9) |
Copy-ready code
/* CSS */
color: #1fdfeb;
background-color: #1fdfeb;
/* Tailwind (arbitrary) */
class="text-[#1fdfeb] bg-[#1fdfeb]"
/* SCSS */
$brand: #1fdfeb;
/* SwiftUI */
Color(red: 0.122, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#1fdfeb")Accessibility — WCAG contrast
Aa
#1fdfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdfeb on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#1fdfeb text on a black background
contrast 12.81:1
Card sample
#1fdfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdfeb;
Background color
Panel with #1fdfeb background
background-color: #1fdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdfeb; background: linear-gradient(135deg, #1fdfeb, #1F57EB);