Blue
#1E0DD3
BlueColor Codes
All color formats for development
HEX
#1E0DD3RGB
rgb(30, 13, 211)HSL
hsl(245, 88%, 44%)OKLCH
oklch(0.405 0.262 268.1)CMYK
cmyk(86%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0CBE
2#180BA9
3#150994
4#12087F
5#0F0769
6#0C0554
7#09043F
8#06032A
9#030115
Tints
Lighter variations
1#220FEE
2#3928F1
3#5243F3
4#6A5EF5
5#8379F6
6#9C94F8
7#B5AEFA
8#CDC9FC
9#E6E4FD
Tones
Muted variations
1#2617C9
2#2E21BF
3#372BB5
4#3F35AB
5#473FA2
6#4F4998
7#58538E
8#605C84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DDFD;
--blue-200: #C6C1FB;
--blue-300: #9991F8;
--blue-400: #6457F4;
--blue-500: #3827F1;
--blue-600: #1E0DD3;
--blue-700: #180BA8;
--blue-800: #110878;
--blue-900: #0B054D;
--blue-950: #070330;
}