#262af2
a balanced, electric blue · warm · closest name: blue
RGB
38, 42, 242
HSL
239°, 89%, 55%
CMYK
84, 83, 0, 5
Luminance
0.0848
Every format
| HEX | #262af2 |
| RGB | rgb(38, 42, 242) |
| HSL | hsl(239, 89%, 55%) |
| CMYK | cmyk(84%, 83%, 0%, 5%) |
| LAB | lab(35.0 65.6 -96.1) |
| LCH | lch(35.0 116.3 304.3) |
| OKLCH | oklch(0.468 0.278 268.1) |
Copy-ready code
/* CSS */
color: #262af2;
background-color: #262af2;
/* Tailwind (arbitrary) */
class="text-[#262af2] bg-[#262af2]"
/* SCSS */
$brand: #262af2;
/* SwiftUI */
Color(red: 0.149, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#262af2")Accessibility — WCAG contrast
Aa
#262af2 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262af2 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.5%
Blue94.9%
CMYK percentages
Cyan84.3%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#262af2 text on a black background
contrast 2.70:1
Card sample
#262af2 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262af2;
Background color
Panel with #262af2 background
background-color: #262af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262af2; background: linear-gradient(135deg, #262af2, #AA26F2);