#3cbfd8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 191, 216
HSL
190°, 67%, 54%
CMYK
72, 12, 0, 15
Luminance
0.4318
Every format
| HEX | #3cbfd8 |
| RGB | rgb(60, 191, 216) |
| HSL | hsl(190, 67%, 54%) |
| CMYK | cmyk(72%, 12%, 0%, 15%) |
| LAB | lab(71.7 -26.9 -22.7) |
| LCH | lch(71.7 35.2 220.2) |
| OKLCH | oklch(0.745 0.115 213.3) |
Copy-ready code
/* CSS */
color: #3cbfd8;
background-color: #3cbfd8;
/* Tailwind (arbitrary) */
class="text-[#3cbfd8] bg-[#3cbfd8]"
/* SCSS */
$brand: #3cbfd8;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#3cbfd8")Accessibility — WCAG contrast
Aa
#3cbfd8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfd8 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue84.7%
CMYK percentages
Cyan72.2%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#3cbfd8 text on a black background
contrast 9.64:1
Card sample
#3cbfd8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfd8;
Background color
Panel with #3cbfd8 background
background-color: #3cbfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfd8; background: linear-gradient(135deg, #3cbfd8, #3C57D8);