Blue
#1815CB
BlueColor Codes
All color formats for development
HEX
#1815CBRGB
rgb(24, 21, 203)HSL
hsl(241, 81%, 44%)OKLCH
oklch(0.397 0.252 267.2)CMYK
cmyk(88%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1613B7
2#1311A2
3#110F8E
4#0F0D7A
5#0C0B66
6#0A0951
7#07063D
8#050429
9#020214
Tints
Lighter variations
1#1B18E5
2#3330E9
3#4D4AEC
4#6664EF
5#807EF1
6#9998F4
7#B3B1F7
8#CCCBFA
9#E6E5FC
Tones
Muted variations
1#211EC2
2#2A27B9
3#3331B0
4#3B3AA7
5#44439E
6#4D4C95
7#56558B
8#5F5E82
9#676779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9695 #9695F4 | BordersInactive statesPlaceholder text |
| 400 | 605D #605DEE | Disabled statesSecondary iconsMuted text |
| 500 | 322F #322FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1815 #1815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1311 #1311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0C #0E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #09084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDFFC;
--blue-200: #C4C3F9;
--blue-300: #9695F4;
--blue-400: #605DEE;
--blue-500: #322FE9;
--blue-600: #1815CB;
--blue-700: #1311A2;
--blue-800: #0E0C73;
--blue-900: #09084A;
--blue-950: #06052E;
}