#2256cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
34, 86, 207
HSL
222°, 72%, 47%
CMYK
84, 59, 0, 19
Luminance
0.1150
Every format
| HEX | #2256cf |
| RGB | rgb(34, 86, 207) |
| HSL | hsl(222, 72%, 47%) |
| CMYK | cmyk(84%, 59%, 0%, 19%) |
| LAB | lab(40.4 28.5 -67.1) |
| LCH | lch(40.4 72.9 293.0) |
| OKLCH | oklch(0.497 0.195 263.4) |
Copy-ready code
/* CSS */
color: #2256cf;
background-color: #2256cf;
/* Tailwind (arbitrary) */
class="text-[#2256cf] bg-[#2256cf]"
/* SCSS */
$brand: #2256cf;
/* SwiftUI */
Color(red: 0.133, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#2256cf")Accessibility — WCAG contrast
Aa
#2256cf on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2256cf on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green33.7%
Blue81.2%
CMYK percentages
Cyan83.6%
Magenta58.5%
Yellow0.0%
Key (black)18.8%
Color previews
#2256cf text on a black background
contrast 3.30:1
Card sample
#2256cf text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2256cf;
Background color
Panel with #2256cf background
background-color: #2256cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2256cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2256cf; background: linear-gradient(135deg, #2256cf, #6222CF);