#3cb3cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 179, 207
HSL
191°, 61%, 52%
CMYK
71, 14, 0, 19
Luminance
0.3771
Every format
| HEX | #3cb3cf |
| RGB | rgb(60, 179, 207) |
| HSL | hsl(191, 61%, 52%) |
| CMYK | cmyk(71%, 14%, 0%, 19%) |
| LAB | lab(67.8 -23.7 -23.7) |
| LCH | lch(67.8 33.5 225.0) |
| OKLCH | oklch(0.713 0.110 216.9) |
Copy-ready code
/* CSS */
color: #3cb3cf;
background-color: #3cb3cf;
/* Tailwind (arbitrary) */
class="text-[#3cb3cf] bg-[#3cb3cf]"
/* SCSS */
$brand: #3cb3cf;
/* SwiftUI */
Color(red: 0.235, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#3cb3cf")Accessibility — WCAG contrast
Aa
#3cb3cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb3cf on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.2%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#3cb3cf text on a black background
contrast 8.54:1
Card sample
#3cb3cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb3cf;
Background color
Panel with #3cb3cf background
background-color: #3cb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb3cf; background: linear-gradient(135deg, #3cb3cf, #3C51CF);