#233cff
a balanced, electric blue · warm · closest name: blue
RGB
35, 60, 255
HSL
233°, 100%, 57%
CMYK
86, 77, 0, 0
Luminance
0.1081
Every format
| HEX | #233cff |
| RGB | rgb(35, 60, 255) |
| HSL | hsl(233, 100%, 57%) |
| CMYK | cmyk(86%, 77%, 0%, 0%) |
| LAB | lab(39.3 61.0 -96.3) |
| LCH | lch(39.3 113.9 302.4) |
| OKLCH | oklch(0.502 0.280 266.8) |
Copy-ready code
/* CSS */
color: #233cff;
background-color: #233cff;
/* Tailwind (arbitrary) */
class="text-[#233cff] bg-[#233cff]"
/* SCSS */
$brand: #233cff;
/* SwiftUI */
Color(red: 0.137, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#233cff")Accessibility — WCAG contrast
Aa
#233cff on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#233cff on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green23.5%
Blue100.0%
CMYK percentages
Cyan86.3%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#233cff text on a black background
contrast 3.16:1
Card sample
#233cff text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233cff;
Background color
Panel with #233cff background
background-color: #233cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233cff; background: linear-gradient(135deg, #233cff, #9D23FF);