#2353af
a dark, vivid blue · cool · closest name: royalblue
RGB
35, 83, 175
HSL
219°, 67%, 41%
CMYK
80, 53, 0, 31
Luminance
0.0964
Every format
| HEX | #2353af |
| RGB | rgb(35, 83, 175) |
| HSL | hsl(219, 67%, 41%) |
| CMYK | cmyk(80%, 53%, 0%, 31%) |
| LAB | lab(37.2 18.2 -53.7) |
| LCH | lch(37.2 56.7 288.7) |
| OKLCH | oklch(0.465 0.156 261.7) |
Copy-ready code
/* CSS */
color: #2353af;
background-color: #2353af;
/* Tailwind (arbitrary) */
class="text-[#2353af] bg-[#2353af]"
/* SCSS */
$brand: #2353af;
/* SwiftUI */
Color(red: 0.137, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#2353af")Accessibility — WCAG contrast
Aa
#2353af on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2353af on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green32.5%
Blue68.6%
CMYK percentages
Cyan80.0%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2353af text on a black background
contrast 2.93:1
Card sample
#2353af text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2353af;
Background color
Panel with #2353af background
background-color: #2353af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2353af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2353af; background: linear-gradient(135deg, #2353af, #5023AF);