Blue
#1E15CB
BlueColor Codes
All color formats for development
HEX
#1E15CBRGB
rgb(30, 21, 203)HSL
hsl(243, 81%, 44%)OKLCH
oklch(0.399 0.251 268.4)CMYK
cmyk(85%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B13B7
2#1811A2
3#150F8E
4#120D7A
5#0F0B66
6#0C0951
7#09063D
8#060429
9#030214
Tints
Lighter variations
1#2218E5
2#3930E9
3#524AEC
4#6B64EF
5#847EF1
6#9C98F4
7#B5B1F7
8#CECBFA
9#E6E5FC
Tones
Muted variations
1#271EC2
2#2F27B9
3#3731B0
4#3F3AA7
5#47439E
6#4F4C95
7#58558B
8#605E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F4 | BordersInactive statesPlaceholder text |
| 400 | 655D #655DEE | Disabled statesSecondary iconsMuted text |
| 500 | 392F #392FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E15 #1E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1811 #1811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110C #110C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B084A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DFFC;
--blue-200: #C6C3F9;
--blue-300: #9A95F4;
--blue-400: #655DEE;
--blue-500: #392FE9;
--blue-600: #1E15CB;
--blue-700: #1811A2;
--blue-800: #110C73;
--blue-900: #0B084A;
--blue-950: #07052E;
}