#3035df
a balanced, vivid blue · warm · closest name: navy
RGB
48, 53, 223
HSL
238°, 73%, 53%
CMYK
79, 76, 0, 13
Luminance
0.0850
Every format
| HEX | #3035df |
| RGB | rgb(48, 53, 223) |
| HSL | hsl(238, 73%, 53%) |
| CMYK | cmyk(79%, 76%, 0%, 13%) |
| LAB | lab(35.0 55.1 -85.2) |
| LCH | lch(35.0 101.5 302.9) |
| OKLCH | oklch(0.463 0.247 270.4) |
Copy-ready code
/* CSS */
color: #3035df;
background-color: #3035df;
/* Tailwind (arbitrary) */
class="text-[#3035df] bg-[#3035df]"
/* SCSS */
$brand: #3035df;
/* SwiftUI */
Color(red: 0.188, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#3035df")Accessibility — WCAG contrast
Aa
#3035df on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3035df on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green20.8%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3035df text on a black background
contrast 2.70:1
Card sample
#3035df text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3035df;
Background color
Panel with #3035df background
background-color: #3035df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3035df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3035df; background: linear-gradient(135deg, #3035df, #A030DF);