#3c33ee
a balanced, electric blue · warm · closest name: blue
RGB
60, 51, 238
HSL
243°, 85%, 57%
CMYK
75, 79, 0, 7
Luminance
0.0950
Every format
| HEX | #3c33ee |
| RGB | rgb(60, 51, 238) |
| HSL | hsl(243, 85%, 57%) |
| CMYK | cmyk(75%, 79%, 0%, 7%) |
| LAB | lab(36.9 61.5 -90.5) |
| LCH | lch(36.9 109.4 304.2) |
| OKLCH | oklch(0.483 0.262 272.7) |
Copy-ready code
/* CSS */
color: #3c33ee;
background-color: #3c33ee;
/* Tailwind (arbitrary) */
class="text-[#3c33ee] bg-[#3c33ee]"
/* SCSS */
$brand: #3c33ee;
/* SwiftUI */
Color(red: 0.235, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#3c33ee")Accessibility — WCAG contrast
Aa
#3c33ee on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c33ee on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green20.0%
Blue93.3%
CMYK percentages
Cyan74.8%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#3c33ee text on a black background
contrast 2.90:1
Card sample
#3c33ee text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c33ee;
Background color
Panel with #3c33ee background
background-color: #3c33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c33ee; background: linear-gradient(135deg, #3c33ee, #B933EE);