Blue
#021CDE
BlueColor Codes
All color formats for development
HEX
#021CDERGB
rgb(2, 28, 222)HSL
hsl(233, 98%, 44%)OKLCH
oklch(0.422 0.272 264.4)CMYK
cmyk(99%, 87%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0219C8
2#0216B2
3#02149C
4#011185
5#010E6F
6#010B59
7#010843
8#00062C
9#000316
Tints
Lighter variations
1#031FFA
2#1D37FD
3#3950FD
4#5569FD
5#7282FE
6#8E9BFE
7#AAB4FE
8#C6CDFE
9#E3E6FF
Tones
Muted variations
1#0D24D3
2#182DC8
3#2335BD
4#2E3EB2
5#3946A7
6#444E9C
7#4F5791
8#5A5F86
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 | BDC5 #BDC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B98 #8B98FE | BordersInactive statesPlaceholder text |
| 400 | 4E63 #4E63FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C36 #1C36FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 021C #021CDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0216 #0216B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0110 #01107E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010A #010A51 | 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: #F0F2FF;
--blue-100: #DCE0FF;
--blue-200: #BDC5FE;
--blue-300: #8B98FE;
--blue-400: #4E63FD;
--blue-500: #1C36FD;
--blue-600: #021CDE;
--blue-700: #0216B1;
--blue-800: #01107E;
--blue-900: #010A51;
--blue-950: #010632;
}