Blue
#1E11D0
BlueColor Codes
All color formats for development
HEX
#1E11D0RGB
rgb(30, 17, 208)HSL
hsl(244, 85%, 44%)OKLCH
oklch(0.403 0.258 268.2)CMYK
cmyk(86%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0FBB
2#180DA6
3#150C91
4#120A7D
5#0F0868
6#0C0753
7#09053E
8#06032A
9#030215
Tints
Lighter variations
1#2113EA
2#392CEE
3#5146F0
4#6A60F2
5#837BF4
6#9C95F6
7#B5B0F9
8#CDCAFB
9#E6E5FD
Tones
Muted variations
1#261AC6
2#2E24BC
3#362DB3
4#3F37A9
5#4741A0
6#4F4A96
7#57548D
8#605D83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9992 #9992F6 | BordersInactive statesPlaceholder text |
| 400 | 645A #645AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 382B #382BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E11 #1E11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180D #180DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B06 #0B064B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DEFC;
--blue-200: #C5C2FA;
--blue-300: #9992F6;
--blue-400: #645AF2;
--blue-500: #382BEE;
--blue-600: #1E11D0;
--blue-700: #180DA5;
--blue-800: #110A76;
--blue-900: #0B064B;
--blue-950: #07042F;
}