#232af0
a balanced, electric blue · warm · closest name: blue
RGB
35, 42, 240
HSL
238°, 87%, 54%
CMYK
85, 83, 0, 6
Luminance
0.0830
Every format
| HEX | #232af0 |
| RGB | rgb(35, 42, 240) |
| HSL | hsl(238, 87%, 54%) |
| CMYK | cmyk(85%, 83%, 0%, 6%) |
| LAB | lab(34.6 64.9 -95.5) |
| LCH | lch(34.6 115.5 304.2) |
| OKLCH | oklch(0.465 0.277 267.7) |
Copy-ready code
/* CSS */
color: #232af0;
background-color: #232af0;
/* Tailwind (arbitrary) */
class="text-[#232af0] bg-[#232af0]"
/* SCSS */
$brand: #232af0;
/* SwiftUI */
Color(red: 0.137, green: 0.165, blue: 0.941)
/* Android */
Color.parseColor("#232af0")Accessibility — WCAG contrast
Aa
#232af0 on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232af0 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green16.5%
Blue94.1%
CMYK percentages
Cyan85.4%
Magenta82.5%
Yellow0.0%
Key (black)5.9%
Color previews
#232af0 text on a black background
contrast 2.66:1
Card sample
#232af0 text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232af0;
Background color
Panel with #232af0 background
background-color: #232af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 42, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 42, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232af0; background: linear-gradient(135deg, #232af0, #A523F0);