#1fafdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 175, 223
HSL
195°, 76%, 50%
CMYK
86, 22, 0, 13
Luminance
0.3628
Every format
| HEX | #1fafdf |
| RGB | rgb(31, 175, 223) |
| HSL | hsl(195, 76%, 50%) |
| CMYK | cmyk(86%, 22%, 0%, 13%) |
| LAB | lab(66.7 -19.2 -34.2) |
| LCH | lch(66.7 39.2 240.7) |
| OKLCH | oklch(0.705 0.131 227.4) |
Copy-ready code
/* CSS */
color: #1fafdf;
background-color: #1fafdf;
/* Tailwind (arbitrary) */
class="text-[#1fafdf] bg-[#1fafdf]"
/* SCSS */
$brand: #1fafdf;
/* SwiftUI */
Color(red: 0.122, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#1fafdf")Accessibility — WCAG contrast
Aa
#1fafdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fafdf on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#1fafdf text on a black background
contrast 8.26:1
Card sample
#1fafdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fafdf;
Background color
Panel with #1fafdf background
background-color: #1fafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fafdf; background: linear-gradient(135deg, #1fafdf, #1F2FDF);