Blue
#2E2BEE
BlueColor Codes
All color formats for development
HEX
#2E2BEERGB
rgb(46, 43, 238)HSL
hsl(241, 85%, 55%)OKLCH
oklch(0.468 0.272 269.8)CMYK
cmyk(81%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1713EA
2#1411D0
3#120FB6
4#0F0D9C
5#0D0B82
6#0A0868
7#08064E
8#050434
9#03021A
Tints
Lighter variations
1#4340F0
2#5855F1
3#6D6AF3
4#8280F5
5#9695F6
6#ABAAF8
7#C0BFFA
8#D5D5FC
9#EAEAFD
Tones
Muted variations
1#3734E4
2#413EDA
3#4A48D1
4#5452C7
5#5D5BBD
6#6765B3
7#706FAA
8#7979A0
9#838296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9492 #9492F6 | BordersInactive statesPlaceholder text |
| 400 | 5C5A #5C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2E2B #2E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1411 #1411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 100D #100DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0A #0B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0706 #07064B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDEFC;
--blue-200: #C3C2FA;
--blue-300: #9492F6;
--blue-400: #5C5AF2;
--blue-500: #2E2BEE;
--blue-600: #1411D0;
--blue-700: #100DA5;
--blue-800: #0B0A76;
--blue-900: #07064B;
--blue-950: #05042F;
}