#00685f
a deep, electric cyan · cool · closest name: teal
RGB
0, 104, 95
HSL
175°, 100%, 20%
CMYK
100, 0, 9, 59
Luminance
0.1073
Every format
| HEX | #00685f |
| RGB | rgb(0, 104, 95) |
| HSL | hsl(175, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 9%, 59%) |
| LAB | lab(39.1 -27.8 -2.2) |
| LCH | lch(39.1 27.9 184.6) |
| OKLCH | oklch(0.465 0.082 184.6) |
Copy-ready code
/* CSS */
color: #00685f;
background-color: #00685f;
/* Tailwind (arbitrary) */
class="text-[#00685f] bg-[#00685f]"
/* SCSS */
$brand: #00685f;
/* SwiftUI */
Color(red: 0.000, green: 0.408, blue: 0.373)
/* Android */
Color.parseColor("#00685f")Accessibility — WCAG contrast
Aa
#00685f on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00685f on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.8%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow8.7%
Key (black)59.2%
Color previews
#00685f text on a black background
contrast 3.15:1
Card sample
#00685f text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00685f;
Background color
Panel with #00685f background
background-color: #00685f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00685f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 104, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 104, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00685f; background: linear-gradient(135deg, #00685f, #002C68);