#27b68f
a dark, vivid cyan · cool · closest name: seagreen
RGB
39, 182, 143
HSL
164°, 65%, 43%
CMYK
79, 0, 21, 29
Luminance
0.3587
Every format
| HEX | #27b68f |
| RGB | rgb(39, 182, 143) |
| HSL | hsl(164, 65%, 43%) |
| CMYK | cmyk(79%, 0%, 21%, 29%) |
| LAB | lab(66.4 -45.9 9.5) |
| LCH | lch(66.4 46.8 168.3) |
| OKLCH | oklch(0.694 0.130 169.2) |
Copy-ready code
/* CSS */
color: #27b68f;
background-color: #27b68f;
/* Tailwind (arbitrary) */
class="text-[#27b68f] bg-[#27b68f]"
/* SCSS */
$brand: #27b68f;
/* SwiftUI */
Color(red: 0.153, green: 0.714, blue: 0.561)
/* Android */
Color.parseColor("#27b68f")Accessibility — WCAG contrast
Aa
#27b68f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27b68f on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green71.4%
Blue56.1%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow21.4%
Key (black)28.6%
Color previews
#27b68f text on a black background
contrast 8.17:1
Card sample
#27b68f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27b68f;
Background color
Panel with #27b68f background
background-color: #27b68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27b68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 182, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 182, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27b68f; background: linear-gradient(135deg, #27b68f, #277EB6);