#3fc0cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 192, 207
HSL
186°, 60%, 53%
CMYK
70, 7, 0, 19
Luminance
0.4326
Every format
| HEX | #3fc0cf |
| RGB | rgb(63, 192, 207) |
| HSL | hsl(186, 60%, 53%) |
| CMYK | cmyk(70%, 7%, 0%, 19%) |
| LAB | lab(71.7 -29.7 -17.7) |
| LCH | lch(71.7 34.6 210.8) |
| OKLCH | oklch(0.745 0.111 206.3) |
Copy-ready code
/* CSS */
color: #3fc0cf;
background-color: #3fc0cf;
/* Tailwind (arbitrary) */
class="text-[#3fc0cf] bg-[#3fc0cf]"
/* SCSS */
$brand: #3fc0cf;
/* SwiftUI */
Color(red: 0.247, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#3fc0cf")Accessibility — WCAG contrast
Aa
#3fc0cf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc0cf on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green75.3%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#3fc0cf text on a black background
contrast 9.65:1
Card sample
#3fc0cf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc0cf;
Background color
Panel with #3fc0cf background
background-color: #3fc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc0cf; background: linear-gradient(135deg, #3fc0cf, #3F60CF);