#1fccdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 204, 223
HSL
186°, 76%, 50%
CMYK
86, 9, 0, 13
Luminance
0.4880
Every format
| HEX | #1fccdf |
| RGB | rgb(31, 204, 223) |
| HSL | hsl(186, 76%, 50%) |
| CMYK | cmyk(86%, 9%, 0%, 13%) |
| LAB | lab(75.3 -33.7 -21.0) |
| LCH | lch(75.3 39.7 211.9) |
| OKLCH | oklch(0.774 0.129 207.1) |
Copy-ready code
/* CSS */
color: #1fccdf;
background-color: #1fccdf;
/* Tailwind (arbitrary) */
class="text-[#1fccdf] bg-[#1fccdf]"
/* SCSS */
$brand: #1fccdf;
/* SwiftUI */
Color(red: 0.122, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#1fccdf")Accessibility — WCAG contrast
Aa
#1fccdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fccdf on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#1fccdf text on a black background
contrast 10.76:1
Card sample
#1fccdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fccdf;
Background color
Panel with #1fccdf background
background-color: #1fccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fccdf; background: linear-gradient(135deg, #1fccdf, #1F4CDF);