#1fc8df
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 200, 223
HSL
187°, 76%, 50%
CMYK
86, 10, 0, 13
Luminance
0.4693
Every format
| HEX | #1fc8df |
| RGB | rgb(31, 200, 223) |
| HSL | hsl(187, 76%, 50%) |
| CMYK | cmyk(86%, 10%, 0%, 13%) |
| LAB | lab(74.1 -31.8 -22.8) |
| LCH | lch(74.1 39.1 215.7) |
| OKLCH | oklch(0.765 0.128 209.8) |
Copy-ready code
/* CSS */
color: #1fc8df;
background-color: #1fc8df;
/* Tailwind (arbitrary) */
class="text-[#1fc8df] bg-[#1fc8df]"
/* SCSS */
$brand: #1fc8df;
/* SwiftUI */
Color(red: 0.122, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#1fc8df")Accessibility — WCAG contrast
Aa
#1fc8df on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fc8df on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green78.4%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta10.3%
Yellow0.0%
Key (black)12.5%
Color previews
#1fc8df text on a black background
contrast 10.39:1
Card sample
#1fc8df text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fc8df;
Background color
Panel with #1fc8df background
background-color: #1fc8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fc8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fc8df; background: linear-gradient(135deg, #1fc8df, #1F48DF);