#0a2433
a deep, vivid blue · cool · closest name: black
RGB
10, 36, 51
HSL
202°, 67%, 12%
CMYK
80, 29, 0, 80
Luminance
0.0157
Every format
| HEX | #0a2433 |
| RGB | rgb(10, 36, 51) |
| HSL | hsl(202, 67%, 12%) |
| CMYK | cmyk(80%, 29%, 0%, 80%) |
| LAB | lab(13.0 -3.9 -12.7) |
| LCH | lch(13.0 13.3 253.0) |
| OKLCH | oklch(0.248 0.043 237.3) |
Copy-ready code
/* CSS */
color: #0a2433;
background-color: #0a2433;
/* Tailwind (arbitrary) */
class="text-[#0a2433] bg-[#0a2433]"
/* SCSS */
$brand: #0a2433;
/* SwiftUI */
Color(red: 0.039, green: 0.141, blue: 0.200)
/* Android */
Color.parseColor("#0a2433")Accessibility — WCAG contrast
Aa
#0a2433 on white: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a2433 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green14.1%
Blue20.0%
CMYK percentages
Cyan80.4%
Magenta29.4%
Yellow0.0%
Key (black)80.0%
Color previews
#0a2433 text on a black background
contrast 1.31:1
Card sample
#0a2433 text on a white background
contrast 15.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a2433;
Background color
Panel with #0a2433 background
background-color: #0a2433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a2433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 36, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 36, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a2433; background: linear-gradient(135deg, #0a2433, #0B0A33);