#15768f
a dark, vivid cyan · cool · closest name: teal
RGB
21, 118, 143
HSL
192°, 74%, 32%
CMYK
85, 18, 0, 44
Luminance
0.1510
Every format
| HEX | #15768f |
| RGB | rgb(21, 118, 143) |
| HSL | hsl(192, 74%, 32%) |
| CMYK | cmyk(85%, 18%, 0%, 44%) |
| LAB | lab(45.8 -17.2 -21.1) |
| LCH | lch(45.8 27.2 230.8) |
| OKLCH | oklch(0.525 0.091 220.7) |
Copy-ready code
/* CSS */
color: #15768f;
background-color: #15768f;
/* Tailwind (arbitrary) */
class="text-[#15768f] bg-[#15768f]"
/* SCSS */
$brand: #15768f;
/* SwiftUI */
Color(red: 0.082, green: 0.463, blue: 0.561)
/* Android */
Color.parseColor("#15768f")Accessibility — WCAG contrast
Aa
#15768f on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#15768f on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green46.3%
Blue56.1%
CMYK percentages
Cyan85.3%
Magenta17.5%
Yellow0.0%
Key (black)43.9%
Color previews
#15768f text on a black background
contrast 4.02:1
Card sample
#15768f text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15768f;
Background color
Panel with #15768f background
background-color: #15768f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15768f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 118, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 118, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15768f; background: linear-gradient(135deg, #15768f, #15258F);