#233af2
a balanced, electric blue · warm · closest name: blue
RGB
35, 58, 242
HSL
233°, 89%, 54%
CMYK
86, 76, 0, 5
Luminance
0.0979
Every format
| HEX | #233af2 |
| RGB | rgb(35, 58, 242) |
| HSL | hsl(233, 89%, 54%) |
| CMYK | cmyk(86%, 76%, 0%, 5%) |
| LAB | lab(37.5 57.9 -91.9) |
| LCH | lch(37.5 108.6 302.2) |
| OKLCH | oklch(0.485 0.267 267.1) |
Copy-ready code
/* CSS */
color: #233af2;
background-color: #233af2;
/* Tailwind (arbitrary) */
class="text-[#233af2] bg-[#233af2]"
/* SCSS */
$brand: #233af2;
/* SwiftUI */
Color(red: 0.137, green: 0.227, blue: 0.949)
/* Android */
Color.parseColor("#233af2")Accessibility — WCAG contrast
Aa
#233af2 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233af2 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green22.7%
Blue94.9%
CMYK percentages
Cyan85.5%
Magenta76.0%
Yellow0.0%
Key (black)5.1%
Color previews
#233af2 text on a black background
contrast 2.96:1
Card sample
#233af2 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233af2;
Background color
Panel with #233af2 background
background-color: #233af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 58, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 58, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233af2; background: linear-gradient(135deg, #233af2, #9623F2);