Blue
#1E00E0
BlueColor Codes
All color formats for development
HEX
#1E00E0RGB
rgb(30, 0, 224)HSL
hsl(248, 100%, 44%)OKLCH
oklch(0.417 0.279 267.7)CMYK
cmyk(87%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B00CA
2#1800B4
3#15009D
4#120087
5#0F0070
6#0C005A
7#090043
8#06002D
9#030016
Tints
Lighter variations
1#2200FD
2#391BFF
3#5237FF
4#6A54FF
5#8370FF
6#9C8DFF
7#B5A9FF
8#CDC6FF
9#E6E2FF
Tones
Muted variations
1#260BD5
2#2E16CA
3#3722BF
4#3F2DB4
5#4738A8
6#4F439D
7#584F92
8#605A87
9#68657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DBFF;
--blue-200: #C6BDFF;
--blue-300: #998AFF;
--blue-400: #644DFF;
--blue-500: #381AFF;
--blue-600: #1E00E0;
--blue-700: #1800B3;
--blue-800: #110080;
--blue-900: #0B0052;
--blue-950: #070033;
}