Blue
#0218DE
BlueColor Codes
All color formats for development
HEX
#0218DERGB
rgb(2, 24, 222)HSL
hsl(234, 98%, 44%)OKLCH
oklch(0.419 0.274 264.4)CMYK
cmyk(99%, 89%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0216C8
2#0213B2
3#02119C
4#010F85
5#010C6F
6#010A59
7#010743
8#00052C
9#000216
Tints
Lighter variations
1#031BFA
2#1D33FD
3#394DFD
4#5566FD
5#7280FE
6#8E99FE
7#AAB3FE
8#C6CCFE
9#E3E6FF
Tones
Muted variations
1#0D21D3
2#182AC8
3#2333BD
4#2E3BB2
5#3944A7
6#444D9C
7#4F5691
8#5A5F86
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 | BDC4 #BDC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B96 #8B96FE | BordersInactive statesPlaceholder text |
| 400 | 4E60 #4E60FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C32 #1C32FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0218 #0218DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0213 #0213B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010E #010E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010951 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFF;
--blue-200: #BDC4FE;
--blue-300: #8B96FE;
--blue-400: #4E60FD;
--blue-500: #1C32FD;
--blue-600: #0218DE;
--blue-700: #0213B1;
--blue-800: #010E7E;
--blue-900: #010951;
--blue-950: #010632;
}