#2369df
a balanced, vivid blue · cool · closest name: royalblue
RGB
35, 105, 223
HSL
218°, 75%, 51%
CMYK
84, 53, 0, 13
Luminance
0.1579
Every format
| HEX | #2369df |
| RGB | rgb(35, 105, 223) |
| HSL | hsl(218, 75%, 51%) |
| CMYK | cmyk(84%, 53%, 0%, 13%) |
| LAB | lab(46.7 22.4 -66.0) |
| LCH | lch(46.7 69.7 288.8) |
| OKLCH | oklch(0.548 0.193 260.4) |
Copy-ready code
/* CSS */
color: #2369df;
background-color: #2369df;
/* Tailwind (arbitrary) */
class="text-[#2369df] bg-[#2369df]"
/* SCSS */
$brand: #2369df;
/* SwiftUI */
Color(red: 0.137, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#2369df")Accessibility — WCAG contrast
Aa
#2369df on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2369df on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green41.2%
Blue87.5%
CMYK percentages
Cyan84.3%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#2369df text on a black background
contrast 4.16:1
Card sample
#2369df text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2369df;
Background color
Panel with #2369df background
background-color: #2369df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2369df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2369df; background: linear-gradient(135deg, #2369df, #5B23DF);