Blue
#0215DE
BlueColor Codes
All color formats for development
HEX
#0215DERGB
rgb(2, 21, 222)HSL
hsl(235, 98%, 44%)OKLCH
oklch(0.417 0.275 264.4)CMYK
cmyk(99%, 91%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0213C8
2#0210B2
3#020E9C
4#010C85
5#010A6F
6#010859
7#010643
8#00042C
9#000216
Tints
Lighter variations
1#0317FA
2#1D2FFD
3#3949FD
4#5563FD
5#727DFE
6#8E97FE
7#AAB1FE
8#C6CBFE
9#E3E5FF
Tones
Muted variations
1#0D1ED3
2#1827C8
3#2330BD
4#2E39B2
5#3942A7
6#444C9C
7#4F5591
8#5A5E86
9#65677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B94 #8B94FE | BordersInactive statesPlaceholder text |
| 400 | 4E5D #4E5DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2F #1C2FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0215 #0215DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0210 #0210B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010C #010C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0107 #010751 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFF;
--blue-200: #BDC3FE;
--blue-300: #8B94FE;
--blue-400: #4E5DFD;
--blue-500: #1C2FFD;
--blue-600: #0215DE;
--blue-700: #0210B1;
--blue-800: #010C7E;
--blue-900: #010751;
--blue-950: #010532;
}