#3cbfd5
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 191, 213
HSL
189°, 65%, 54%
CMYK
72, 10, 0, 17
Luminance
0.4303
Every format
| HEX | #3cbfd5 |
| RGB | rgb(60, 191, 213) |
| HSL | hsl(189, 65%, 54%) |
| CMYK | cmyk(72%, 10%, 0%, 17%) |
| LAB | lab(71.6 -27.8 -21.2) |
| LCH | lch(71.6 35.0 217.4) |
| OKLCH | oklch(0.744 0.114 211.2) |
Copy-ready code
/* CSS */
color: #3cbfd5;
background-color: #3cbfd5;
/* Tailwind (arbitrary) */
class="text-[#3cbfd5] bg-[#3cbfd5]"
/* SCSS */
$brand: #3cbfd5;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#3cbfd5")Accessibility — WCAG contrast
Aa
#3cbfd5 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfd5 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue83.5%
CMYK percentages
Cyan71.8%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#3cbfd5 text on a black background
contrast 9.61:1
Card sample
#3cbfd5 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfd5;
Background color
Panel with #3cbfd5 background
background-color: #3cbfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfd5; background: linear-gradient(135deg, #3cbfd5, #3C59D5);