#252cdf
a balanced, vivid blue · warm · closest name: blue
RGB
37, 44, 223
HSL
238°, 74%, 51%
CMYK
83, 80, 0, 13
Luminance
0.0752
Every format
| HEX | #252cdf |
| RGB | rgb(37, 44, 223) |
| HSL | hsl(238, 74%, 51%) |
| CMYK | cmyk(83%, 80%, 0%, 13%) |
| LAB | lab(33.0 59.0 -88.6) |
| LCH | lch(33.0 106.4 303.7) |
| OKLCH | oklch(0.448 0.257 268.5) |
Copy-ready code
/* CSS */
color: #252cdf;
background-color: #252cdf;
/* Tailwind (arbitrary) */
class="text-[#252cdf] bg-[#252cdf]"
/* SCSS */
$brand: #252cdf;
/* SwiftUI */
Color(red: 0.145, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#252cdf")Accessibility — WCAG contrast
Aa
#252cdf on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252cdf on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#252cdf text on a black background
contrast 2.50:1
Card sample
#252cdf text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252cdf;
Background color
Panel with #252cdf background
background-color: #252cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252cdf; background: linear-gradient(135deg, #252cdf, #9A25DF);