#1fcdf5
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 205, 245
HSL
191°, 92%, 54%
CMYK
87, 16, 0, 4
Luminance
0.5055
Every format
| HEX | #1fcdf5 |
| RGB | rgb(31, 205, 245) |
| HSL | hsl(191, 92%, 54%) |
| CMYK | cmyk(87%, 16%, 0%, 4%) |
| LAB | lab(76.4 -27.1 -31.2) |
| LCH | lch(76.4 41.3 229.0) |
| OKLCH | oklch(0.785 0.138 219.3) |
Copy-ready code
/* CSS */
color: #1fcdf5;
background-color: #1fcdf5;
/* Tailwind (arbitrary) */
class="text-[#1fcdf5] bg-[#1fcdf5]"
/* SCSS */
$brand: #1fcdf5;
/* SwiftUI */
Color(red: 0.122, green: 0.804, blue: 0.961)
/* Android */
Color.parseColor("#1fcdf5")Accessibility — WCAG contrast
Aa
#1fcdf5 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcdf5 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.4%
Blue96.1%
CMYK percentages
Cyan87.3%
Magenta16.3%
Yellow0.0%
Key (black)3.9%
Color previews
#1fcdf5 text on a black background
contrast 11.11:1
Card sample
#1fcdf5 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcdf5;
Background color
Panel with #1fcdf5 background
background-color: #1fcdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 205, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 205, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcdf5; background: linear-gradient(135deg, #1fcdf5, #1F3EF5);