#3cbbcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 187, 207
HSL
188°, 61%, 52%
CMYK
71, 10, 0, 19
Luminance
0.4101
Every format
| HEX | #3cbbcf |
| RGB | rgb(60, 187, 207) |
| HSL | hsl(188, 61%, 52%) |
| CMYK | cmyk(71%, 10%, 0%, 19%) |
| LAB | lab(70.2 -27.7 -20.1) |
| LCH | lch(70.2 34.2 216.0) |
| OKLCH | oklch(0.732 0.111 210.2) |
Copy-ready code
/* CSS */
color: #3cbbcf;
background-color: #3cbbcf;
/* Tailwind (arbitrary) */
class="text-[#3cbbcf] bg-[#3cbbcf]"
/* SCSS */
$brand: #3cbbcf;
/* SwiftUI */
Color(red: 0.235, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#3cbbcf")Accessibility — WCAG contrast
Aa
#3cbbcf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbbcf on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green73.3%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3cbbcf text on a black background
contrast 9.20:1
Card sample
#3cbbcf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbbcf;
Background color
Panel with #3cbbcf background
background-color: #3cbbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbbcf; background: linear-gradient(135deg, #3cbbcf, #3C59CF);