#00c3b3
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 195, 179
HSL
175°, 100%, 38%
CMYK
100, 0, 8, 24
Luminance
0.4228
Every format
| HEX | #00c3b3 |
| RGB | rgb(0, 195, 179) |
| HSL | hsl(175, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 8%, 24%) |
| LAB | lab(71.1 -44.0 -3.5) |
| LCH | lch(71.1 44.1 184.6) |
| OKLCH | oklch(0.735 0.130 184.5) |
Copy-ready code
/* CSS */
color: #00c3b3;
background-color: #00c3b3;
/* Tailwind (arbitrary) */
class="text-[#00c3b3] bg-[#00c3b3]"
/* SCSS */
$brand: #00c3b3;
/* SwiftUI */
Color(red: 0.000, green: 0.765, blue: 0.702)
/* Android */
Color.parseColor("#00c3b3")Accessibility — WCAG contrast
Aa
#00c3b3 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c3b3 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green76.5%
Blue70.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow8.2%
Key (black)23.5%
Color previews
#00c3b3 text on a black background
contrast 9.46:1
Card sample
#00c3b3 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c3b3;
Background color
Panel with #00c3b3 background
background-color: #00c3b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c3b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 195, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 195, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c3b3; background: linear-gradient(135deg, #00c3b3, #0051C3);