#2800ee
a balanced, electric blue · warm · closest name: blue
RGB
40, 0, 238
HSL
250°, 100%, 47%
CMYK
83, 100, 0, 7
Luminance
0.0662
Every format
| HEX | #2800ee |
| RGB | rgb(40, 0, 238) |
| HSL | hsl(250, 100%, 47%) |
| CMYK | cmyk(83%, 100%, 0%, 7%) |
| LAB | lab(30.9 75.5 -100.5) |
| LCH | lch(30.9 125.7 306.9) |
| OKLCH | oklch(0.439 0.290 269.1) |
Copy-ready code
/* CSS */
color: #2800ee;
background-color: #2800ee;
/* Tailwind (arbitrary) */
class="text-[#2800ee] bg-[#2800ee]"
/* SCSS */
$brand: #2800ee;
/* SwiftUI */
Color(red: 0.157, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#2800ee")Accessibility — WCAG contrast
Aa
#2800ee on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2800ee on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green0.0%
Blue93.3%
CMYK percentages
Cyan83.2%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#2800ee text on a black background
contrast 2.32:1
Card sample
#2800ee text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2800ee;
Background color
Panel with #2800ee background
background-color: #2800ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2800ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2800ee; background: linear-gradient(135deg, #2800ee, #C700EE);