#286f65
a dark, vivid cyan · cool · closest name: teal
RGB
40, 111, 101
HSL
172°, 47%, 30%
CMYK
64, 0, 9, 57
Luminance
0.1276
Every format
| HEX | #286f65 |
| RGB | rgb(40, 111, 101) |
| HSL | hsl(172, 47%, 30%) |
| CMYK | cmyk(64%, 0%, 9%, 57%) |
| LAB | lab(42.4 -24.6 -1.0) |
| LCH | lch(42.4 24.6 182.3) |
| OKLCH | oklch(0.494 0.072 182.4) |
Copy-ready code
/* CSS */
color: #286f65;
background-color: #286f65;
/* Tailwind (arbitrary) */
class="text-[#286f65] bg-[#286f65]"
/* SCSS */
$brand: #286f65;
/* SwiftUI */
Color(red: 0.157, green: 0.435, blue: 0.396)
/* Android */
Color.parseColor("#286f65")Accessibility — WCAG contrast
Aa
#286f65 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#286f65 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green43.5%
Blue39.6%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow9.0%
Key (black)56.5%
Color previews
#286f65 text on a black background
contrast 3.55:1
Card sample
#286f65 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #286f65;
Background color
Panel with #286f65 background
background-color: #286f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #286f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 111, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 111, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #286f65; background: linear-gradient(135deg, #286f65, #284A6F);