#1fcbdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 203, 223
HSL
186°, 76%, 50%
CMYK
86, 9, 0, 13
Luminance
0.4833
Every format
| HEX | #1fcbdf |
| RGB | rgb(31, 203, 223) |
| HSL | hsl(186, 76%, 50%) |
| CMYK | cmyk(86%, 9%, 0%, 13%) |
| LAB | lab(75.0 -33.2 -21.4) |
| LCH | lch(75.0 39.5 212.9) |
| OKLCH | oklch(0.772 0.128 207.8) |
Copy-ready code
/* CSS */
color: #1fcbdf;
background-color: #1fcbdf;
/* Tailwind (arbitrary) */
class="text-[#1fcbdf] bg-[#1fcbdf]"
/* SCSS */
$brand: #1fcbdf;
/* SwiftUI */
Color(red: 0.122, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#1fcbdf")Accessibility — WCAG contrast
Aa
#1fcbdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcbdf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#1fcbdf text on a black background
contrast 10.67:1
Card sample
#1fcbdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcbdf;
Background color
Panel with #1fcbdf background
background-color: #1fcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcbdf; background: linear-gradient(135deg, #1fcbdf, #1F4BDF);