#127361
a dark, vivid cyan · cool · closest name: teal
RGB
18, 115, 97
HSL
169°, 73%, 26%
CMYK
84, 0, 16, 55
Luminance
0.1325
Every format
| HEX | #127361 |
| RGB | rgb(18, 115, 97) |
| HSL | hsl(169, 73%, 26%) |
| CMYK | cmyk(84%, 0%, 16%, 55%) |
| LAB | lab(43.1 -31.0 2.5) |
| LCH | lch(43.1 31.1 175.5) |
| OKLCH | oklch(0.499 0.088 176.1) |
Copy-ready code
/* CSS */
color: #127361;
background-color: #127361;
/* Tailwind (arbitrary) */
class="text-[#127361] bg-[#127361]"
/* SCSS */
$brand: #127361;
/* SwiftUI */
Color(red: 0.071, green: 0.451, blue: 0.380)
/* Android */
Color.parseColor("#127361")Accessibility — WCAG contrast
Aa
#127361 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#127361 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green45.1%
Blue38.0%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow15.7%
Key (black)54.9%
Color previews
#127361 text on a black background
contrast 3.65:1
Card sample
#127361 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #127361;
Background color
Panel with #127361 background
background-color: #127361;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #127361;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 115, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 115, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #127361; background: linear-gradient(135deg, #127361, #124473);