#3cbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 191, 223
HSL
192°, 72%, 56%
CMYK
73, 14, 0, 13
Luminance
0.4355
Every format
| HEX | #3cbfdf |
| RGB | rgb(60, 191, 223) |
| HSL | hsl(192, 72%, 56%) |
| CMYK | cmyk(73%, 14%, 0%, 13%) |
| LAB | lab(71.9 -24.7 -26.1) |
| LCH | lch(71.9 36.0 226.6) |
| OKLCH | oklch(0.748 0.119 218.0) |
Copy-ready code
/* CSS */
color: #3cbfdf;
background-color: #3cbfdf;
/* Tailwind (arbitrary) */
class="text-[#3cbfdf] bg-[#3cbfdf]"
/* SCSS */
$brand: #3cbfdf;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#3cbfdf")Accessibility — WCAG contrast
Aa
#3cbfdf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfdf on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3cbfdf text on a black background
contrast 9.71:1
Card sample
#3cbfdf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfdf;
Background color
Panel with #3cbfdf background
background-color: #3cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfdf; background: linear-gradient(135deg, #3cbfdf, #3C52DF);