#2825df
a balanced, vivid blue · warm · closest name: blue
RGB
40, 37, 223
HSL
241°, 74%, 51%
CMYK
82, 83, 0, 13
Luminance
0.0710
Every format
| HEX | #2825df |
| RGB | rgb(40, 37, 223) |
| HSL | hsl(241, 74%, 51%) |
| CMYK | cmyk(82%, 83%, 0%, 13%) |
| LAB | lab(32.0 62.3 -90.1) |
| LCH | lch(32.0 109.5 304.6) |
| OKLCH | oklch(0.442 0.261 269.4) |
Copy-ready code
/* CSS */
color: #2825df;
background-color: #2825df;
/* Tailwind (arbitrary) */
class="text-[#2825df] bg-[#2825df]"
/* SCSS */
$brand: #2825df;
/* SwiftUI */
Color(red: 0.157, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#2825df")Accessibility — WCAG contrast
Aa
#2825df on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2825df on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green14.5%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#2825df text on a black background
contrast 2.42:1
Card sample
#2825df text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2825df;
Background color
Panel with #2825df background
background-color: #2825df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2825df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2825df; background: linear-gradient(135deg, #2825df, #A425DF);