#263f5f
a dark, soft blue · cool · closest name: darkslategray
RGB
38, 63, 95
HSL
214°, 43%, 26%
CMYK
60, 34, 0, 63
Luminance
0.0479
Every format
| HEX | #263f5f |
| RGB | rgb(38, 63, 95) |
| HSL | hsl(214, 43%, 26%) |
| CMYK | cmyk(60%, 34%, 0%, 63%) |
| LAB | lab(26.1 1.1 -21.9) |
| LCH | lch(26.1 21.9 273.0) |
| OKLCH | oklch(0.363 0.064 255.2) |
Copy-ready code
/* CSS */
color: #263f5f;
background-color: #263f5f;
/* Tailwind (arbitrary) */
class="text-[#263f5f] bg-[#263f5f]"
/* SCSS */
$brand: #263f5f;
/* SwiftUI */
Color(red: 0.149, green: 0.247, blue: 0.373)
/* Android */
Color.parseColor("#263f5f")Accessibility — WCAG contrast
Aa
#263f5f on white: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263f5f on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green24.7%
Blue37.3%
CMYK percentages
Cyan60.0%
Magenta33.7%
Yellow0.0%
Key (black)62.7%
Color previews
#263f5f text on a black background
contrast 1.96:1
Card sample
#263f5f text on a white background
contrast 10.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263f5f;
Background color
Panel with #263f5f background
background-color: #263f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 63, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 63, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263f5f; background: linear-gradient(135deg, #263f5f, #33265F);