#232bfd
a balanced, electric blue · warm · closest name: blue
RGB
35, 43, 253
HSL
238°, 98%, 57%
CMYK
86, 83, 0, 1
Luminance
0.0918
Every format
| HEX | #232bfd |
| RGB | rgb(35, 43, 253) |
| HSL | hsl(238, 98%, 57%) |
| CMYK | cmyk(86%, 83%, 0%, 1%) |
| LAB | lab(36.3 68.3 -100.0) |
| LCH | lch(36.3 121.1 304.3) |
| OKLCH | oklch(0.481 0.290 267.3) |
Copy-ready code
/* CSS */
color: #232bfd;
background-color: #232bfd;
/* Tailwind (arbitrary) */
class="text-[#232bfd] bg-[#232bfd]"
/* SCSS */
$brand: #232bfd;
/* SwiftUI */
Color(red: 0.137, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#232bfd")Accessibility — WCAG contrast
Aa
#232bfd on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232bfd on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green16.9%
Blue99.2%
CMYK percentages
Cyan86.2%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#232bfd text on a black background
contrast 2.84:1
Card sample
#232bfd text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232bfd;
Background color
Panel with #232bfd background
background-color: #232bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232bfd; background: linear-gradient(135deg, #232bfd, #AC23FD);