#3cacbc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 172, 188
HSL
188°, 52%, 49%
CMYK
68, 9, 0, 26
Luminance
0.3410
Every format
| HEX | #3cacbc |
| RGB | rgb(60, 172, 188) |
| HSL | hsl(188, 52%, 49%) |
| CMYK | cmyk(68%, 9%, 0%, 26%) |
| LAB | lab(65.0 -26.0 -17.4) |
| LCH | lch(65.0 31.3 213.8) |
| OKLCH | oklch(0.689 0.101 208.6) |
Copy-ready code
/* CSS */
color: #3cacbc;
background-color: #3cacbc;
/* Tailwind (arbitrary) */
class="text-[#3cacbc] bg-[#3cacbc]"
/* SCSS */
$brand: #3cacbc;
/* SwiftUI */
Color(red: 0.235, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#3cacbc")Accessibility — WCAG contrast
Aa
#3cacbc on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cacbc on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.5%
Blue73.7%
CMYK percentages
Cyan68.1%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#3cacbc text on a black background
contrast 7.82:1
Card sample
#3cacbc text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cacbc;
Background color
Panel with #3cacbc background
background-color: #3cacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cacbc; background: linear-gradient(135deg, #3cacbc, #3C57BC);