#1fdcef
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 220, 239
HSL
186°, 87%, 53%
CMYK
87, 8, 0, 6
Luminance
0.5771
Every format
| HEX | #1fdcef |
| RGB | rgb(31, 220, 239) |
| HSL | hsl(186, 87%, 53%) |
| CMYK | cmyk(87%, 8%, 0%, 6%) |
| LAB | lab(80.6 -36.2 -21.6) |
| LCH | lch(80.6 42.2 210.8) |
| OKLCH | oklch(0.819 0.136 206.2) |
Copy-ready code
/* CSS */
color: #1fdcef;
background-color: #1fdcef;
/* Tailwind (arbitrary) */
class="text-[#1fdcef] bg-[#1fdcef]"
/* SCSS */
$brand: #1fdcef;
/* SwiftUI */
Color(red: 0.122, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#1fdcef")Accessibility — WCAG contrast
Aa
#1fdcef on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdcef on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green86.3%
Blue93.7%
CMYK percentages
Cyan87.0%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#1fdcef text on a black background
contrast 12.54:1
Card sample
#1fdcef text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdcef;
Background color
Panel with #1fdcef background
background-color: #1fdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdcef; background: linear-gradient(135deg, #1fdcef, #1F51EF);