Blue
#0202DE
BlueColor Codes
All color formats for development
HEX
#0202DERGB
rgb(2, 2, 222)HSL
hsl(240, 98%, 44%)OKLCH
oklch(0.408 0.281 264.2)CMYK
cmyk(99%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0202C8
2#0202B2
3#02029C
4#010185
5#01016F
6#010159
7#010143
8#00002C
9#000016
Tints
Lighter variations
1#0303FA
2#1D1DFD
3#3939FD
4#5555FD
5#7272FE
6#8E8EFE
7#AAAAFE
8#C6C6FE
9#E3E3FF
Tones
Muted variations
1#0D0DD3
2#1818C8
3#2323BD
4#2E2EB2
5#3939A7
6#44449C
7#4F4F91
8#5A5A86
9#65657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFE | BordersInactive statesPlaceholder text |
| 400 | 4E4E #4E4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C1C #1C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0202 #0202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0202 #0202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0101 #01017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010151 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFF;
--blue-200: #BDBDFE;
--blue-300: #8B8BFE;
--blue-400: #4E4EFD;
--blue-500: #1C1CFD;
--blue-600: #0202DE;
--blue-700: #0202B1;
--blue-800: #01017E;
--blue-900: #010151;
--blue-950: #010132;
}