#269f6f
a dark, vivid green · cool · closest name: seagreen
RGB
38, 159, 111
HSL
156°, 61%, 39%
CMYK
76, 0, 30, 38
Luminance
0.2636
Every format
| HEX | #269f6f |
| RGB | rgb(38, 159, 111) |
| HSL | hsl(156, 61%, 39%) |
| CMYK | cmyk(76%, 0%, 30%, 38%) |
| LAB | lab(58.4 -44.1 15.9) |
| LCH | lch(58.4 46.9 160.1) |
| OKLCH | oklch(0.626 0.127 161.4) |
Copy-ready code
/* CSS */
color: #269f6f;
background-color: #269f6f;
/* Tailwind (arbitrary) */
class="text-[#269f6f] bg-[#269f6f]"
/* SCSS */
$brand: #269f6f;
/* SwiftUI */
Color(red: 0.149, green: 0.624, blue: 0.435)
/* Android */
Color.parseColor("#269f6f")Accessibility — WCAG contrast
Aa
#269f6f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#269f6f on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green62.4%
Blue43.5%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow30.2%
Key (black)37.6%
Color previews
#269f6f text on a black background
contrast 6.27:1
Card sample
#269f6f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #269f6f;
Background color
Panel with #269f6f background
background-color: #269f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #269f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 159, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 159, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #269f6f; background: linear-gradient(135deg, #269f6f, #267E9F);