#214ccf
a balanced, vivid blue · warm · closest name: royalblue
RGB
33, 76, 207
HSL
225°, 73%, 47%
CMYK
84, 63, 0, 19
Luminance
0.1000
Every format
| HEX | #214ccf |
| RGB | rgb(33, 76, 207) |
| HSL | hsl(225, 73%, 47%) |
| CMYK | cmyk(84%, 63%, 0%, 19%) |
| LAB | lab(37.8 34.9 -71.3) |
| LCH | lch(37.8 79.4 296.1) |
| OKLCH | oklch(0.477 0.207 265.0) |
Copy-ready code
/* CSS */
color: #214ccf;
background-color: #214ccf;
/* Tailwind (arbitrary) */
class="text-[#214ccf] bg-[#214ccf]"
/* SCSS */
$brand: #214ccf;
/* SwiftUI */
Color(red: 0.129, green: 0.298, blue: 0.812)
/* Android */
Color.parseColor("#214ccf")Accessibility — WCAG contrast
Aa
#214ccf on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214ccf on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green29.8%
Blue81.2%
CMYK percentages
Cyan84.1%
Magenta63.3%
Yellow0.0%
Key (black)18.8%
Color previews
#214ccf text on a black background
contrast 3.00:1
Card sample
#214ccf text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214ccf;
Background color
Panel with #214ccf background
background-color: #214ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 76, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 76, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214ccf; background: linear-gradient(135deg, #214ccf, #6A21CF);