#1fadcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
31, 173, 205
HSL
191°, 74%, 46%
CMYK
85, 16, 0, 20
Luminance
0.3459
Every format
| HEX | #1fadcd |
| RGB | rgb(31, 173, 205) |
| HSL | hsl(191, 74%, 46%) |
| CMYK | cmyk(85%, 16%, 0%, 20%) |
| LAB | lab(65.4 -24.2 -26.3) |
| LCH | lch(65.4 35.8 227.3) |
| OKLCH | oklch(0.692 0.119 218.2) |
Copy-ready code
/* CSS */
color: #1fadcd;
background-color: #1fadcd;
/* Tailwind (arbitrary) */
class="text-[#1fadcd] bg-[#1fadcd]"
/* SCSS */
$brand: #1fadcd;
/* SwiftUI */
Color(red: 0.122, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#1fadcd")Accessibility — WCAG contrast
Aa
#1fadcd on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fadcd on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green67.8%
Blue80.4%
CMYK percentages
Cyan84.9%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#1fadcd text on a black background
contrast 7.92:1
Card sample
#1fadcd text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fadcd;
Background color
Panel with #1fadcd background
background-color: #1fadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fadcd; background: linear-gradient(135deg, #1fadcd, #1F39CD);