#262fd3
a balanced, vivid blue · warm · closest name: navy
RGB
38, 47, 211
HSL
237°, 70%, 49%
CMYK
82, 78, 0, 17
Luminance
0.0715
Every format
| HEX | #262fd3 |
| RGB | rgb(38, 47, 211) |
| HSL | hsl(237, 70%, 49%) |
| CMYK | cmyk(82%, 78%, 0%, 17%) |
| LAB | lab(32.1 53.8 -83.0) |
| LCH | lch(32.1 98.9 303.0) |
| OKLCH | oklch(0.438 0.241 269.0) |
Copy-ready code
/* CSS */
color: #262fd3;
background-color: #262fd3;
/* Tailwind (arbitrary) */
class="text-[#262fd3] bg-[#262fd3]"
/* SCSS */
$brand: #262fd3;
/* SwiftUI */
Color(red: 0.149, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#262fd3")Accessibility — WCAG contrast
Aa
#262fd3 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262fd3 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green18.4%
Blue82.7%
CMYK percentages
Cyan82.0%
Magenta77.7%
Yellow0.0%
Key (black)17.3%
Color previews
#262fd3 text on a black background
contrast 2.43:1
Card sample
#262fd3 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262fd3;
Background color
Panel with #262fd3 background
background-color: #262fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262fd3; background: linear-gradient(135deg, #262fd3, #9026D3);