Blue
#0223DE
BlueColor Codes
All color formats for development
HEX
#0223DERGB
rgb(2, 35, 222)HSL
hsl(231, 98%, 44%)OKLCH
oklch(0.428 0.268 264.4)CMYK
cmyk(99%, 84%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0220C8
2#021CB2
3#02199C
4#011585
5#01126F
6#010E59
7#010B43
8#00072C
9#000416
Tints
Lighter variations
1#0328FA
2#1D3EFD
3#3956FD
4#556FFD
5#7287FE
6#8E9FFE
7#AAB7FE
8#C6CFFE
9#E3E7FF
Tones
Muted variations
1#0D2BD3
2#1833C8
3#233ABD
4#2E42B2
5#394AA7
6#44519C
7#4F5991
8#5A6186
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9C #8B9CFE | BordersInactive statesPlaceholder text |
| 400 | 4E69 #4E69FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3E #1C3EFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0223 #0223DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 021C #021CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0114 #01147E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010D #010D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE1FF;
--blue-200: #BDC7FE;
--blue-300: #8B9CFE;
--blue-400: #4E69FD;
--blue-500: #1C3EFD;
--blue-600: #0223DE;
--blue-700: #021CB1;
--blue-800: #01147E;
--blue-900: #010D51;
--blue-950: #010832;
}