#3cbfcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 191, 204
HSL
185°, 59%, 52%
CMYK
71, 6, 0, 20
Luminance
0.4258
Every format
| HEX | #3cbfcc |
| RGB | rgb(60, 191, 204) |
| HSL | hsl(185, 59%, 52%) |
| CMYK | cmyk(71%, 6%, 0%, 20%) |
| LAB | lab(71.3 -30.6 -16.8) |
| LCH | lch(71.3 34.9 208.8) |
| OKLCH | oklch(0.741 0.111 204.7) |
Copy-ready code
/* CSS */
color: #3cbfcc;
background-color: #3cbfcc;
/* Tailwind (arbitrary) */
class="text-[#3cbfcc] bg-[#3cbfcc]"
/* SCSS */
$brand: #3cbfcc;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#3cbfcc")Accessibility — WCAG contrast
Aa
#3cbfcc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfcc on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue80.0%
CMYK percentages
Cyan70.6%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#3cbfcc text on a black background
contrast 9.52:1
Card sample
#3cbfcc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfcc;
Background color
Panel with #3cbfcc background
background-color: #3cbfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfcc; background: linear-gradient(135deg, #3cbfcc, #3C5FCC);