#1f654f
a dark, vivid cyan · cool · closest name: teal
RGB
31, 101, 79
HSL
161°, 53%, 26%
CMYK
69, 0, 22, 60
Luminance
0.1016
Every format
| HEX | #1f654f |
| RGB | rgb(31, 101, 79) |
| HSL | hsl(161, 53%, 26%) |
| CMYK | cmyk(69%, 0%, 22%, 60%) |
| LAB | lab(38.1 -27.5 6.2) |
| LCH | lch(38.1 28.2 167.3) |
| OKLCH | oklch(0.457 0.078 168.3) |
Copy-ready code
/* CSS */
color: #1f654f;
background-color: #1f654f;
/* Tailwind (arbitrary) */
class="text-[#1f654f] bg-[#1f654f]"
/* SCSS */
$brand: #1f654f;
/* SwiftUI */
Color(red: 0.122, green: 0.396, blue: 0.310)
/* Android */
Color.parseColor("#1f654f")Accessibility — WCAG contrast
Aa
#1f654f on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f654f on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green39.6%
Blue31.0%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow21.8%
Key (black)60.4%
Color previews
#1f654f text on a black background
contrast 3.03:1
Card sample
#1f654f text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f654f;
Background color
Panel with #1f654f background
background-color: #1f654f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f654f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 101, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 101, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f654f; background: linear-gradient(135deg, #1f654f, #1F4C65);