#03856f
a dark, electric cyan · cool · closest name: teal
RGB
3, 133, 111
HSL
170°, 96%, 27%
CMYK
98, 0, 17, 48
Luminance
0.1794
Every format
| HEX | #03856f |
| RGB | rgb(3, 133, 111) |
| HSL | hsl(170, 96%, 27%) |
| CMYK | cmyk(98%, 0%, 17%, 48%) |
| LAB | lab(49.4 -36.2 3.2) |
| LCH | lch(49.4 36.3 174.9) |
| OKLCH | oklch(0.551 0.103 175.5) |
Copy-ready code
/* CSS */
color: #03856f;
background-color: #03856f;
/* Tailwind (arbitrary) */
class="text-[#03856f] bg-[#03856f]"
/* SCSS */
$brand: #03856f;
/* SwiftUI */
Color(red: 0.012, green: 0.522, blue: 0.435)
/* Android */
Color.parseColor("#03856f")Accessibility — WCAG contrast
Aa
#03856f on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#03856f on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green52.2%
Blue43.5%
CMYK percentages
Cyan97.7%
Magenta0.0%
Yellow16.5%
Key (black)47.8%
Color previews
#03856f text on a black background
contrast 4.59:1
Card sample
#03856f text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03856f;
Background color
Panel with #03856f background
background-color: #03856f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03856f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 133, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 133, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03856f; background: linear-gradient(135deg, #03856f, #034585);