#265669
a dark, vivid cyan · cool · closest name: darkslategray
RGB
38, 86, 105
HSL
197°, 47%, 28%
CMYK
64, 18, 0, 59
Luminance
0.0809
Every format
| HEX | #265669 |
| RGB | rgb(38, 86, 105) |
| HSL | hsl(197, 47%, 28%) |
| CMYK | cmyk(64%, 18%, 0%, 59%) |
| LAB | lab(34.2 -9.9 -15.8) |
| LCH | lch(34.2 18.7 237.9) |
| OKLCH | oklch(0.428 0.060 226.8) |
Copy-ready code
/* CSS */
color: #265669;
background-color: #265669;
/* Tailwind (arbitrary) */
class="text-[#265669] bg-[#265669]"
/* SCSS */
$brand: #265669;
/* SwiftUI */
Color(red: 0.149, green: 0.337, blue: 0.412)
/* Android */
Color.parseColor("#265669")Accessibility — WCAG contrast
Aa
#265669 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#265669 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green33.7%
Blue41.2%
CMYK percentages
Cyan63.8%
Magenta18.1%
Yellow0.0%
Key (black)58.8%
Color previews
#265669 text on a black background
contrast 2.62:1
Card sample
#265669 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #265669;
Background color
Panel with #265669 background
background-color: #265669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #265669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 86, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 86, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #265669; background: linear-gradient(135deg, #265669, #262969);