#261eb0
a dark, vivid blue · warm · closest name: navy
RGB
38, 30, 176
HSL
243°, 71%, 40%
CMYK
78, 83, 0, 31
Luminance
0.0448
Every format
| HEX | #261eb0 |
| RGB | rgb(38, 30, 176) |
| HSL | hsl(243, 71%, 40%) |
| CMYK | cmyk(78%, 83%, 0%, 31%) |
| LAB | lab(25.2 51.2 -74.0) |
| LCH | lch(25.2 90.0 304.7) |
| OKLCH | oklch(0.378 0.214 271.8) |
Copy-ready code
/* CSS */
color: #261eb0;
background-color: #261eb0;
/* Tailwind (arbitrary) */
class="text-[#261eb0] bg-[#261eb0]"
/* SCSS */
$brand: #261eb0;
/* SwiftUI */
Color(red: 0.149, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#261eb0")Accessibility — WCAG contrast
Aa
#261eb0 on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261eb0 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green11.8%
Blue69.0%
CMYK percentages
Cyan78.4%
Magenta83.0%
Yellow0.0%
Key (black)31.0%
Color previews
#261eb0 text on a black background
contrast 1.90:1
Card sample
#261eb0 text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261eb0;
Background color
Panel with #261eb0 background
background-color: #261eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261eb0; background: linear-gradient(135deg, #261eb0, #871EB0);