#309c84
a dark, vivid cyan · cool · closest name: teal
RGB
48, 156, 132
HSL
167°, 53%, 40%
CMYK
69, 0, 15, 39
Luminance
0.2607
Every format
| HEX | #309c84 |
| RGB | rgb(48, 156, 132) |
| HSL | hsl(167, 53%, 40%) |
| CMYK | cmyk(69%, 0%, 15%, 39%) |
| LAB | lab(58.1 -36.2 3.8) |
| LCH | lch(58.1 36.4 174.1) |
| OKLCH | oklch(0.626 0.103 174.8) |
Copy-ready code
/* CSS */
color: #309c84;
background-color: #309c84;
/* Tailwind (arbitrary) */
class="text-[#309c84] bg-[#309c84]"
/* SCSS */
$brand: #309c84;
/* SwiftUI */
Color(red: 0.188, green: 0.612, blue: 0.518)
/* Android */
Color.parseColor("#309c84")Accessibility — WCAG contrast
Aa
#309c84 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#309c84 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green61.2%
Blue51.8%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow15.4%
Key (black)38.8%
Color previews
#309c84 text on a black background
contrast 6.21:1
Card sample
#309c84 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #309c84;
Background color
Panel with #309c84 background
background-color: #309c84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #309c84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 156, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 156, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #309c84; background: linear-gradient(135deg, #309c84, #306C9C);