#236ad4
a balanced, vivid blue · cool · closest name: royalblue
RGB
35, 106, 212
HSL
216°, 72%, 48%
CMYK
84, 50, 0, 17
Luminance
0.1542
Every format
| HEX | #236ad4 |
| RGB | rgb(35, 106, 212) |
| HSL | hsl(216, 72%, 48%) |
| CMYK | cmyk(84%, 50%, 0%, 17%) |
| LAB | lab(46.2 17.6 -60.6) |
| LCH | lch(46.2 63.1 286.2) |
| OKLCH | oklch(0.542 0.178 258.9) |
Copy-ready code
/* CSS */
color: #236ad4;
background-color: #236ad4;
/* Tailwind (arbitrary) */
class="text-[#236ad4] bg-[#236ad4]"
/* SCSS */
$brand: #236ad4;
/* SwiftUI */
Color(red: 0.137, green: 0.416, blue: 0.831)
/* Android */
Color.parseColor("#236ad4")Accessibility — WCAG contrast
Aa
#236ad4 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#236ad4 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green41.6%
Blue83.1%
CMYK percentages
Cyan83.5%
Magenta50.0%
Yellow0.0%
Key (black)16.9%
Color previews
#236ad4 text on a black background
contrast 4.08:1
Card sample
#236ad4 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #236ad4;
Background color
Panel with #236ad4 background
background-color: #236ad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #236ad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 106, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 106, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #236ad4; background: linear-gradient(135deg, #236ad4, #5223D4);