#2f697c
a dark, vivid cyan · cool · closest name: darkslategray
RGB
47, 105, 124
HSL
195°, 45%, 34%
CMYK
62, 15, 0, 51
Luminance
0.1216
Every format
| HEX | #2f697c |
| RGB | rgb(47, 105, 124) |
| HSL | hsl(195, 45%, 34%) |
| CMYK | cmyk(62%, 15%, 0%, 51%) |
| LAB | lab(41.5 -12.8 -16.3) |
| LCH | lch(41.5 20.7 231.9) |
| OKLCH | oklch(0.490 0.067 222.3) |
Copy-ready code
/* CSS */
color: #2f697c;
background-color: #2f697c;
/* Tailwind (arbitrary) */
class="text-[#2f697c] bg-[#2f697c]"
/* SCSS */
$brand: #2f697c;
/* SwiftUI */
Color(red: 0.184, green: 0.412, blue: 0.486)
/* Android */
Color.parseColor("#2f697c")Accessibility — WCAG contrast
Aa
#2f697c on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f697c on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green41.2%
Blue48.6%
CMYK percentages
Cyan62.1%
Magenta15.3%
Yellow0.0%
Key (black)51.4%
Color previews
#2f697c text on a black background
contrast 3.43:1
Card sample
#2f697c text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f697c;
Background color
Panel with #2f697c background
background-color: #2f697c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f697c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 105, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 105, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f697c; background: linear-gradient(135deg, #2f697c, #2F367C);