#3ceccb
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 236, 203
HSL
169°, 82%, 58%
CMYK
75, 0, 14, 8
Luminance
0.6526
Every format
| HEX | #3ceccb |
| RGB | rgb(60, 236, 203) |
| HSL | hsl(169, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 14%, 8%) |
| LAB | lab(84.6 -51.0 3.5) |
| LCH | lch(84.6 51.1 176.1) |
| OKLCH | oklch(0.849 0.146 176.7) |
Copy-ready code
/* CSS */
color: #3ceccb;
background-color: #3ceccb;
/* Tailwind (arbitrary) */
class="text-[#3ceccb] bg-[#3ceccb]"
/* SCSS */
$brand: #3ceccb;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#3ceccb")Accessibility — WCAG contrast
Aa
#3ceccb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceccb on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue79.6%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#3ceccb text on a black background
contrast 14.05:1
Card sample
#3ceccb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceccb;
Background color
Panel with #3ceccb background
background-color: #3ceccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceccb; background: linear-gradient(135deg, #3ceccb, #3C97EC);