#05697f
a dark, electric cyan · cool · closest name: teal
RGB
5, 105, 127
HSL
191°, 92%, 26%
CMYK
96, 17, 0, 50
Luminance
0.1167
Every format
| HEX | #05697f |
| RGB | rgb(5, 105, 127) |
| HSL | hsl(191, 92%, 26%) |
| CMYK | cmyk(96%, 17%, 0%, 50%) |
| LAB | lab(40.7 -16.9 -19.4) |
| LCH | lch(40.7 25.7 228.9) |
| OKLCH | oklch(0.482 0.086 219.2) |
Copy-ready code
/* CSS */
color: #05697f;
background-color: #05697f;
/* Tailwind (arbitrary) */
class="text-[#05697f] bg-[#05697f]"
/* SCSS */
$brand: #05697f;
/* SwiftUI */
Color(red: 0.020, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#05697f")Accessibility — WCAG contrast
Aa
#05697f on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#05697f on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green41.2%
Blue49.8%
CMYK percentages
Cyan96.1%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#05697f text on a black background
contrast 3.33:1
Card sample
#05697f text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05697f;
Background color
Panel with #05697f background
background-color: #05697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05697f; background: linear-gradient(135deg, #05697f, #05187F);