#193f3f
a deep, soft cyan · cool · closest name: darkslategray
RGB
25, 63, 63
HSL
180°, 43%, 17%
CMYK
60, 0, 0, 75
Luminance
0.0412
Every format
| HEX | #193f3f |
| RGB | rgb(25, 63, 63) |
| HSL | hsl(180, 43%, 17%) |
| CMYK | cmyk(60%, 0%, 0%, 75%) |
| LAB | lab(24.1 -13.4 -4.1) |
| LCH | lch(24.1 14.0 197.1) |
| OKLCH | oklch(0.340 0.043 195.3) |
Copy-ready code
/* CSS */
color: #193f3f;
background-color: #193f3f;
/* Tailwind (arbitrary) */
class="text-[#193f3f] bg-[#193f3f]"
/* SCSS */
$brand: #193f3f;
/* SwiftUI */
Color(red: 0.098, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#193f3f")Accessibility — WCAG contrast
Aa
#193f3f on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193f3f on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green24.7%
Blue24.7%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow0.0%
Key (black)75.3%
Color previews
#193f3f text on a black background
contrast 1.82:1
Card sample
#193f3f text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193f3f;
Background color
Panel with #193f3f background
background-color: #193f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193f3f; background: linear-gradient(135deg, #193f3f, #19263F);