#1fadcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
31, 173, 207
HSL
192°, 74%, 47%
CMYK
85, 16, 0, 19
Luminance
0.3468
Every format
| HEX | #1fadcf |
| RGB | rgb(31, 173, 207) |
| HSL | hsl(192, 74%, 47%) |
| CMYK | cmyk(85%, 16%, 0%, 19%) |
| LAB | lab(65.5 -23.6 -27.3) |
| LCH | lch(65.5 36.0 229.2) |
| OKLCH | oklch(0.693 0.120 219.5) |
Copy-ready code
/* CSS */
color: #1fadcf;
background-color: #1fadcf;
/* Tailwind (arbitrary) */
class="text-[#1fadcf] bg-[#1fadcf]"
/* SCSS */
$brand: #1fadcf;
/* SwiftUI */
Color(red: 0.122, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#1fadcf")Accessibility — WCAG contrast
Aa
#1fadcf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fadcf on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan85.0%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#1fadcf text on a black background
contrast 7.94:1
Card sample
#1fadcf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fadcf;
Background color
Panel with #1fadcf background
background-color: #1fadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fadcf; background: linear-gradient(135deg, #1fadcf, #1F38CF);