#233cd2
a balanced, vivid blue · warm · closest name: slateblue
RGB
35, 60, 210
HSL
231°, 71%, 48%
CMYK
83, 71, 0, 18
Luminance
0.0824
Every format
| HEX | #233cd2 |
| RGB | rgb(35, 60, 210) |
| HSL | hsl(231, 71%, 48%) |
| CMYK | cmyk(83%, 71%, 0%, 18%) |
| LAB | lab(34.5 46.1 -78.6) |
| LCH | lch(34.5 91.1 300.4) |
| OKLCH | oklch(0.454 0.228 267.4) |
Copy-ready code
/* CSS */
color: #233cd2;
background-color: #233cd2;
/* Tailwind (arbitrary) */
class="text-[#233cd2] bg-[#233cd2]"
/* SCSS */
$brand: #233cd2;
/* SwiftUI */
Color(red: 0.137, green: 0.235, blue: 0.824)
/* Android */
Color.parseColor("#233cd2")Accessibility — WCAG contrast
Aa
#233cd2 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233cd2 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green23.5%
Blue82.4%
CMYK percentages
Cyan83.3%
Magenta71.4%
Yellow0.0%
Key (black)17.6%
Color previews
#233cd2 text on a black background
contrast 2.65:1
Card sample
#233cd2 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233cd2;
Background color
Panel with #233cd2 background
background-color: #233cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 60, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 60, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233cd2; background: linear-gradient(135deg, #233cd2, #7E23D2);