#1b525f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
27, 82, 95
HSL
192°, 56%, 24%
CMYK
72, 14, 0, 63
Luminance
0.0709
Every format
| HEX | #1b525f |
| RGB | rgb(27, 82, 95) |
| HSL | hsl(192, 56%, 24%) |
| CMYK | cmyk(72%, 14%, 0%, 63%) |
| LAB | lab(32.0 -13.2 -12.8) |
| LCH | lch(32.0 18.4 224.3) |
| OKLCH | oklch(0.409 0.060 216.4) |
Copy-ready code
/* CSS */
color: #1b525f;
background-color: #1b525f;
/* Tailwind (arbitrary) */
class="text-[#1b525f] bg-[#1b525f]"
/* SCSS */
$brand: #1b525f;
/* SwiftUI */
Color(red: 0.106, green: 0.322, blue: 0.373)
/* Android */
Color.parseColor("#1b525f")Accessibility — WCAG contrast
Aa
#1b525f on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b525f on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green32.2%
Blue37.3%
CMYK percentages
Cyan71.6%
Magenta13.7%
Yellow0.0%
Key (black)62.7%
Color previews
#1b525f text on a black background
contrast 2.42:1
Card sample
#1b525f text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b525f;
Background color
Panel with #1b525f background
background-color: #1b525f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b525f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 82, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 82, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b525f; background: linear-gradient(135deg, #1b525f, #1B255F);