#235aed
a balanced, electric blue · cool · closest name: royalblue
RGB
35, 90, 237
HSL
224°, 85%, 53%
CMYK
85, 62, 0, 7
Luminance
0.1378
Every format
| HEX | #235aed |
| RGB | rgb(35, 90, 237) |
| HSL | hsl(224, 85%, 53%) |
| CMYK | cmyk(85%, 62%, 0%, 7%) |
| LAB | lab(43.9 37.3 -78.5) |
| LCH | lch(43.9 86.9 295.4) |
| OKLCH | oklch(0.530 0.229 264.2) |
Copy-ready code
/* CSS */
color: #235aed;
background-color: #235aed;
/* Tailwind (arbitrary) */
class="text-[#235aed] bg-[#235aed]"
/* SCSS */
$brand: #235aed;
/* SwiftUI */
Color(red: 0.137, green: 0.353, blue: 0.929)
/* Android */
Color.parseColor("#235aed")Accessibility — WCAG contrast
Aa
#235aed on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#235aed on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green35.3%
Blue92.9%
CMYK percentages
Cyan85.2%
Magenta62.0%
Yellow0.0%
Key (black)7.1%
Color previews
#235aed text on a black background
contrast 3.76:1
Card sample
#235aed text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #235aed;
Background color
Panel with #235aed background
background-color: #235aed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #235aed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 90, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 90, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #235aed; background: linear-gradient(135deg, #235aed, #7323ED);