#3fbcb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 188, 178
HSL
175°, 50%, 49%
CMYK
67, 0, 5, 26
Luminance
0.4024
Every format
| HEX | #3fbcb2 |
| RGB | rgb(63, 188, 178) |
| HSL | hsl(175, 50%, 49%) |
| CMYK | cmyk(67%, 0%, 5%, 26%) |
| LAB | lab(69.6 -36.2 -5.0) |
| LCH | lch(69.6 36.5 187.9) |
| OKLCH | oklch(0.725 0.109 187.4) |
Copy-ready code
/* CSS */
color: #3fbcb2;
background-color: #3fbcb2;
/* Tailwind (arbitrary) */
class="text-[#3fbcb2] bg-[#3fbcb2]"
/* SCSS */
$brand: #3fbcb2;
/* SwiftUI */
Color(red: 0.247, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#3fbcb2")Accessibility — WCAG contrast
Aa
#3fbcb2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbcb2 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green73.7%
Blue69.8%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow5.3%
Key (black)26.3%
Color previews
#3fbcb2 text on a black background
contrast 9.05:1
Card sample
#3fbcb2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbcb2;
Background color
Panel with #3fbcb2 background
background-color: #3fbcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbcb2; background: linear-gradient(135deg, #3fbcb2, #3F73BC);