#265156
a deep, soft cyan · cool · closest name: darkslategray
RGB
38, 81, 86
HSL
186°, 39%, 24%
CMYK
56, 6, 0, 66
Luminance
0.0697
Every format
| HEX | #265156 |
| RGB | rgb(38, 81, 86) |
| HSL | hsl(186, 39%, 24%) |
| CMYK | cmyk(56%, 6%, 0%, 66%) |
| LAB | lab(31.7 -13.3 -7.5) |
| LCH | lch(31.7 15.3 209.5) |
| OKLCH | oklch(0.406 0.048 205.4) |
Copy-ready code
/* CSS */
color: #265156;
background-color: #265156;
/* Tailwind (arbitrary) */
class="text-[#265156] bg-[#265156]"
/* SCSS */
$brand: #265156;
/* SwiftUI */
Color(red: 0.149, green: 0.318, blue: 0.337)
/* Android */
Color.parseColor("#265156")Accessibility — WCAG contrast
Aa
#265156 on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#265156 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green31.8%
Blue33.7%
CMYK percentages
Cyan55.8%
Magenta5.8%
Yellow0.0%
Key (black)66.3%
Color previews
#265156 text on a black background
contrast 2.39:1
Card sample
#265156 text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #265156;
Background color
Panel with #265156 background
background-color: #265156;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #265156;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 81, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 81, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #265156; background: linear-gradient(135deg, #265156, #263156);