#125962
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 89, 98
HSL
187°, 69%, 23%
CMYK
82, 9, 0, 62
Luminance
0.0816
Every format
| HEX | #125962 |
| RGB | rgb(18, 89, 98) |
| HSL | hsl(187, 69%, 23%) |
| CMYK | cmyk(82%, 9%, 0%, 62%) |
| LAB | lab(34.3 -17.4 -11.3) |
| LCH | lch(34.3 20.8 212.9) |
| OKLCH | oklch(0.427 0.067 207.8) |
Copy-ready code
/* CSS */
color: #125962;
background-color: #125962;
/* Tailwind (arbitrary) */
class="text-[#125962] bg-[#125962]"
/* SCSS */
$brand: #125962;
/* SwiftUI */
Color(red: 0.071, green: 0.349, blue: 0.384)
/* Android */
Color.parseColor("#125962")Accessibility — WCAG contrast
Aa
#125962 on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#125962 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green34.9%
Blue38.4%
CMYK percentages
Cyan81.6%
Magenta9.2%
Yellow0.0%
Key (black)61.6%
Color previews
#125962 text on a black background
contrast 2.63:1
Card sample
#125962 text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #125962;
Background color
Panel with #125962 background
background-color: #125962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #125962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 89, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 89, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #125962; background: linear-gradient(135deg, #125962, #122462);