#2233cd
a balanced, vivid blue · warm · closest name: navy
RGB
34, 51, 205
HSL
234°, 72%, 47%
CMYK
83, 75, 0, 20
Luminance
0.0712
Every format
| HEX | #2233cd |
| RGB | rgb(34, 51, 205) |
| HSL | hsl(234, 72%, 47%) |
| CMYK | cmyk(83%, 75%, 0%, 20%) |
| LAB | lab(32.1 49.5 -79.7) |
| LCH | lch(32.1 93.8 301.9) |
| OKLCH | oklch(0.435 0.231 268.0) |
Copy-ready code
/* CSS */
color: #2233cd;
background-color: #2233cd;
/* Tailwind (arbitrary) */
class="text-[#2233cd] bg-[#2233cd]"
/* SCSS */
$brand: #2233cd;
/* SwiftUI */
Color(red: 0.133, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#2233cd")Accessibility — WCAG contrast
Aa
#2233cd on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2233cd on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green20.0%
Blue80.4%
CMYK percentages
Cyan83.4%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#2233cd text on a black background
contrast 2.42:1
Card sample
#2233cd text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2233cd;
Background color
Panel with #2233cd background
background-color: #2233cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2233cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2233cd; background: linear-gradient(135deg, #2233cd, #8322CD);