#267366
a dark, vivid cyan · cool · closest name: teal
RGB
38, 115, 102
HSL
170°, 50%, 30%
CMYK
67, 0, 11, 55
Luminance
0.1363
Every format
| HEX | #267366 |
| RGB | rgb(38, 115, 102) |
| HSL | hsl(170, 50%, 30%) |
| CMYK | cmyk(67%, 0%, 11%, 55%) |
| LAB | lab(43.7 -26.7 0.3) |
| LCH | lch(43.7 26.7 179.3) |
| OKLCH | oklch(0.505 0.077 179.7) |
Copy-ready code
/* CSS */
color: #267366;
background-color: #267366;
/* Tailwind (arbitrary) */
class="text-[#267366] bg-[#267366]"
/* SCSS */
$brand: #267366;
/* SwiftUI */
Color(red: 0.149, green: 0.451, blue: 0.400)
/* Android */
Color.parseColor("#267366")Accessibility — WCAG contrast
Aa
#267366 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#267366 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green45.1%
Blue40.0%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow11.3%
Key (black)54.9%
Color previews
#267366 text on a black background
contrast 3.73:1
Card sample
#267366 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267366;
Background color
Panel with #267366 background
background-color: #267366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 115, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 115, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267366; background: linear-gradient(135deg, #267366, #264D73);