#223254
a deep, soft blue · cool · closest name: darkslategray
RGB
34, 50, 84
HSL
221°, 42%, 23%
CMYK
60, 41, 0, 67
Luminance
0.0326
Every format
| HEX | #223254 |
| RGB | rgb(34, 50, 84) |
| HSL | hsl(221, 42%, 23%) |
| CMYK | cmyk(60%, 41%, 0%, 67%) |
| LAB | lab(21.1 5.0 -22.7) |
| LCH | lch(21.1 23.2 282.4) |
| OKLCH | oklch(0.321 0.065 264.0) |
Copy-ready code
/* CSS */
color: #223254;
background-color: #223254;
/* Tailwind (arbitrary) */
class="text-[#223254] bg-[#223254]"
/* SCSS */
$brand: #223254;
/* SwiftUI */
Color(red: 0.133, green: 0.196, blue: 0.329)
/* Android */
Color.parseColor("#223254")Accessibility — WCAG contrast
Aa
#223254 on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223254 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green19.6%
Blue32.9%
CMYK percentages
Cyan59.5%
Magenta40.5%
Yellow0.0%
Key (black)67.1%
Color previews
#223254 text on a black background
contrast 1.65:1
Card sample
#223254 text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223254;
Background color
Panel with #223254 background
background-color: #223254;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223254;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 50, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 50, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223254; background: linear-gradient(135deg, #223254, #332254);