Blue
#0211DE
BlueColor Codes
All color formats for development
HEX
#0211DERGB
rgb(2, 17, 222)HSL
hsl(236, 98%, 44%)OKLCH
oklch(0.415 0.277 264.3)CMYK
cmyk(99%, 92%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020FC8
2#020EB2
3#020C9C
4#010A85
5#01086F
6#010759
7#010543
8#00032C
9#000216
Tints
Lighter variations
1#0313FA
2#1D2CFD
3#3946FD
4#5561FD
5#727BFE
6#8E95FE
7#AAB0FE
8#C6CAFE
9#E3E5FF
Tones
Muted variations
1#0D1AD3
2#1824C8
3#232DBD
4#2E37B2
5#3941A7
6#444A9C
7#4F5491
8#5A5D86
9#65677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC2 #BDC2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B93 #8B93FE | BordersInactive statesPlaceholder text |
| 400 | 4E5A #4E5AFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2B #1C2BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0211 #0211DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 020D #020DB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010A #010A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0106 #010651 | Primary textHigh emphasis contentDark headings |
| 950 | 0104 #010432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDEFF;
--blue-200: #BDC2FE;
--blue-300: #8B93FE;
--blue-400: #4E5AFD;
--blue-500: #1C2BFD;
--blue-600: #0211DE;
--blue-700: #020DB1;
--blue-800: #010A7E;
--blue-900: #010651;
--blue-950: #010432;
}