Blue
#0220DE
BlueColor Codes
All color formats for development
HEX
#0220DERGB
rgb(2, 32, 222)HSL
hsl(232, 98%, 44%)OKLCH
oklch(0.426 0.27 264.4)CMYK
cmyk(99%, 86%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021CC8
2#0219B2
3#02169C
4#011385
5#01106F
6#010D59
7#010943
8#00062C
9#000316
Tints
Lighter variations
1#0324FA
2#1D3BFD
3#3953FD
4#556CFD
5#7284FE
6#8E9DFE
7#AAB5FE
8#C6CEFE
9#E3E6FF
Tones
Muted variations
1#0D28D3
2#1830C8
3#2338BD
4#2E40B2
5#3948A7
6#44509C
7#4F5891
8#5A6086
9#65687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9A #8B9AFE | BordersInactive statesPlaceholder text |
| 400 | 4E66 #4E66FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3A #1C3AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0220 #0220DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0219 #0219B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0112 #01127E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010B #010B51 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FF;
--blue-200: #BDC6FE;
--blue-300: #8B9AFE;
--blue-400: #4E66FD;
--blue-500: #1C3AFD;
--blue-600: #0220DE;
--blue-700: #0219B1;
--blue-800: #01127E;
--blue-900: #010B51;
--blue-950: #010732;
}