#236ced
a balanced, electric blue · cool · closest name: royalblue
RGB
35, 108, 237
HSL
218°, 85%, 53%
CMYK
85, 54, 0, 7
Luminance
0.1720
Every format
| HEX | #236ced |
| RGB | rgb(35, 108, 237) |
| HSL | hsl(218, 85%, 53%) |
| CMYK | cmyk(85%, 54%, 0%, 7%) |
| LAB | lab(48.5 25.8 -71.0) |
| LCH | lch(48.5 75.5 290.0) |
| OKLCH | oklch(0.565 0.208 261.0) |
Copy-ready code
/* CSS */
color: #236ced;
background-color: #236ced;
/* Tailwind (arbitrary) */
class="text-[#236ced] bg-[#236ced]"
/* SCSS */
$brand: #236ced;
/* SwiftUI */
Color(red: 0.137, green: 0.424, blue: 0.929)
/* Android */
Color.parseColor("#236ced")Accessibility — WCAG contrast
Aa
#236ced on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#236ced on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green42.4%
Blue92.9%
CMYK percentages
Cyan85.2%
Magenta54.4%
Yellow0.0%
Key (black)7.1%
Color previews
#236ced text on a black background
contrast 4.44:1
Card sample
#236ced text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #236ced;
Background color
Panel with #236ced background
background-color: #236ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #236ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 108, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 108, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #236ced; background: linear-gradient(135deg, #236ced, #6023ED);