#262baf
a dark, vivid blue · warm · closest name: navy
RGB
38, 43, 175
HSL
238°, 64%, 42%
CMYK
78, 75, 0, 31
Luminance
0.0523
Every format
| HEX | #262baf |
| RGB | rgb(38, 43, 175) |
| HSL | hsl(238, 64%, 42%) |
| CMYK | cmyk(78%, 75%, 0%, 31%) |
| LAB | lab(27.4 44.2 -69.7) |
| LCH | lch(27.4 82.5 302.4) |
| OKLCH | oklch(0.393 0.202 270.8) |
Copy-ready code
/* CSS */
color: #262baf;
background-color: #262baf;
/* Tailwind (arbitrary) */
class="text-[#262baf] bg-[#262baf]"
/* SCSS */
$brand: #262baf;
/* SwiftUI */
Color(red: 0.149, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#262baf")Accessibility — WCAG contrast
Aa
#262baf on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262baf on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.9%
Blue68.6%
CMYK percentages
Cyan78.3%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#262baf text on a black background
contrast 2.05:1
Card sample
#262baf text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262baf;
Background color
Panel with #262baf background
background-color: #262baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262baf; background: linear-gradient(135deg, #262baf, #7C26AF);