Blue
#1802DE
BlueColor Codes
All color formats for development
HEX
#1802DERGB
rgb(24, 2, 222)HSL
hsl(246, 98%, 44%)OKLCH
oklch(0.413 0.278 266.7)CMYK
cmyk(89%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1602C8
2#1302B2
3#11029C
4#0F0185
5#0C016F
6#0A0159
7#070143
8#05002C
9#020016
Tints
Lighter variations
1#1B03FA
2#331DFD
3#4D39FD
4#6655FD
5#8072FE
6#998EFE
7#B3AAFE
8#CCC6FE
9#E6E3FF
Tones
Muted variations
1#210DD3
2#2A18C8
3#3323BD
4#3B2EB2
5#4439A7
6#4D449C
7#564F91
8#5F5A86
9#67657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 968B #968BFE | BordersInactive statesPlaceholder text |
| 400 | 604E #604EFD | Disabled statesSecondary iconsMuted text |
| 500 | 321C #321CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1802 #1802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1302 #1302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E01 #0E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090151 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFF;
--blue-200: #C4BDFE;
--blue-300: #968BFE;
--blue-400: #604EFD;
--blue-500: #321CFD;
--blue-600: #1802DE;
--blue-700: #1302B1;
--blue-800: #0E017E;
--blue-900: #090151;
--blue-950: #060132;
}