Blue
#2E12CE
BlueColor Codes
All color formats for development
HEX
#2E12CERGB
rgb(46, 18, 206)HSL
hsl(249, 84%, 44%)OKLCH
oklch(0.409 0.251 272.4)CMYK
cmyk(78%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A10BA
2#250EA5
3#200D91
4#1C0B7C
5#170967
6#120753
7#0E053E
8#090429
9#050215
Tints
Lighter variations
1#3414E9
2#4A2DED
3#6047EF
4#7761F1
5#8E7CF4
6#A496F6
7#BBB0F8
8#D2CAFA
9#E8E5FD
Tones
Muted variations
1#351BC5
2#3B25BC
3#422EB2
4#4938A9
5#4F419F
6#564B96
7#5C548C
8#635D83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A293 #A293F6 | BordersInactive statesPlaceholder text |
| 400 | 715B #715BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 492C #492CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E12 #2E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250E #250EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DEFC;
--blue-200: #CAC2FA;
--blue-300: #A293F6;
--blue-400: #715BF1;
--blue-500: #492CED;
--blue-600: #2E12CE;
--blue-700: #250EA4;
--blue-800: #1A0A75;
--blue-900: #11074B;
--blue-950: #0B042F;
}