#252fdf
a balanced, vivid blue · warm · closest name: blue
RGB
37, 47, 223
HSL
237°, 74%, 51%
CMYK
83, 79, 0, 13
Luminance
0.0775
Every format
| HEX | #252fdf |
| RGB | rgb(37, 47, 223) |
| HSL | hsl(237, 74%, 51%) |
| CMYK | cmyk(83%, 79%, 0%, 13%) |
| LAB | lab(33.5 57.6 -87.7) |
| LCH | lch(33.5 104.9 303.3) |
| OKLCH | oklch(0.451 0.254 268.4) |
Copy-ready code
/* CSS */
color: #252fdf;
background-color: #252fdf;
/* Tailwind (arbitrary) */
class="text-[#252fdf] bg-[#252fdf]"
/* SCSS */
$brand: #252fdf;
/* SwiftUI */
Color(red: 0.145, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#252fdf")Accessibility — WCAG contrast
Aa
#252fdf on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252fdf on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#252fdf text on a black background
contrast 2.55:1
Card sample
#252fdf text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252fdf;
Background color
Panel with #252fdf background
background-color: #252fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252fdf; background: linear-gradient(135deg, #252fdf, #9725DF);