#235ade
a balanced, vivid blue · cool · closest name: royalblue
RGB
35, 90, 222
HSL
222°, 74%, 50%
CMYK
84, 60, 0, 13
Luminance
0.1294
Every format
| HEX | #235ade |
| RGB | rgb(35, 90, 222) |
| HSL | hsl(222, 74%, 50%) |
| CMYK | cmyk(84%, 60%, 0%, 13%) |
| LAB | lab(42.7 31.7 -72.0) |
| LCH | lch(42.7 78.7 293.8) |
| OKLCH | oklch(0.517 0.210 263.6) |
Copy-ready code
/* CSS */
color: #235ade;
background-color: #235ade;
/* Tailwind (arbitrary) */
class="text-[#235ade] bg-[#235ade]"
/* SCSS */
$brand: #235ade;
/* SwiftUI */
Color(red: 0.137, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#235ade")Accessibility — WCAG contrast
Aa
#235ade on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#235ade on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green35.3%
Blue87.1%
CMYK percentages
Cyan84.2%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#235ade text on a black background
contrast 3.59:1
Card sample
#235ade text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #235ade;
Background color
Panel with #235ade background
background-color: #235ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #235ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #235ade; background: linear-gradient(135deg, #235ade, #6923DE);