#1fdff3
a balanced, electric cyan · cool · closest name: cyan
RGB
31, 223, 243
HSL
186°, 90%, 54%
CMYK
87, 8, 0, 5
Luminance
0.5954
Every format
| HEX | #1fdff3 |
| RGB | rgb(31, 223, 243) |
| HSL | hsl(186, 90%, 54%) |
| CMYK | cmyk(87%, 8%, 0%, 5%) |
| LAB | lab(81.6 -36.4 -22.2) |
| LCH | lch(81.6 42.6 211.4) |
| OKLCH | oklch(0.827 0.138 206.6) |
Copy-ready code
/* CSS */
color: #1fdff3;
background-color: #1fdff3;
/* Tailwind (arbitrary) */
class="text-[#1fdff3] bg-[#1fdff3]"
/* SCSS */
$brand: #1fdff3;
/* SwiftUI */
Color(red: 0.122, green: 0.875, blue: 0.953)
/* Android */
Color.parseColor("#1fdff3")Accessibility — WCAG contrast
Aa
#1fdff3 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdff3 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green87.5%
Blue95.3%
CMYK percentages
Cyan87.2%
Magenta8.2%
Yellow0.0%
Key (black)4.7%
Color previews
#1fdff3 text on a black background
contrast 12.91:1
Card sample
#1fdff3 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdff3;
Background color
Panel with #1fdff3 background
background-color: #1fdff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 223, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 223, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdff3; background: linear-gradient(135deg, #1fdff3, #1F51F3);