Blue
#1C02DE
BlueColor Codes
All color formats for development
HEX
#1C02DERGB
rgb(28, 2, 222)HSL
hsl(247, 98%, 44%)OKLCH
oklch(0.414 0.277 267.4)CMYK
cmyk(87%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1902C8
2#1602B2
3#14029C
4#110185
5#0E016F
6#0B0159
7#080143
8#06002C
9#030016
Tints
Lighter variations
1#1F03FA
2#371DFD
3#5039FD
4#6955FD
5#8272FE
6#9B8EFE
7#B4AAFE
8#CDC6FE
9#E6E3FF
Tones
Muted variations
1#240DD3
2#2D18C8
3#3523BD
4#3E2EB2
5#4639A7
6#4E449C
7#574F91
8#5F5A86
9#68657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BD #C5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 988B #988BFE | BordersInactive statesPlaceholder text |
| 400 | 634E #634EFD | Disabled statesSecondary iconsMuted text |
| 500 | 361C #361CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C02 #1C02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1602 #1602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1001 #10017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0151 | 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: #F2F0FF;
--blue-100: #E0DCFF;
--blue-200: #C5BDFE;
--blue-300: #988BFE;
--blue-400: #634EFD;
--blue-500: #361CFD;
--blue-600: #1C02DE;
--blue-700: #1602B1;
--blue-800: #10017E;
--blue-900: #0A0151;
--blue-950: #060132;
}