Blue
#0425DC
BlueColor Codes
All color formats for development
HEX
#0425DCRGB
rgb(4, 37, 220)HSL
hsl(231, 96%, 44%)OKLCH
oklch(0.428 0.264 264.5)CMYK
cmyk(98%, 83%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0421C6
2#041DB0
3#031A9A
4#031684
5#02126E
6#020F58
7#010B42
8#01072C
9#000416
Tints
Lighter variations
1#0529F8
2#1F40FA
3#3B58FB
4#5770FC
5#7388FC
6#8F9FFD
7#ABB7FD
8#C7CFFE
9#E3E7FE
Tones
Muted variations
1#0F2CD1
2#1A34C6
3#253BBC
4#3043B1
5#3A4BA6
6#45529B
7#505A91
8#5B6186
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C9D #8C9DFD | BordersInactive statesPlaceholder text |
| 400 | 506A #506AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E3F #1E3FFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0425 #0425DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041D #041DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0315 #03157D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020D #020D50 | 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: #DCE1FE;
--blue-200: #BEC8FE;
--blue-300: #8C9DFD;
--blue-400: #506AFB;
--blue-500: #1E3FFA;
--blue-600: #0425DC;
--blue-700: #041DAF;
--blue-800: #03157D;
--blue-900: #020D50;
--blue-950: #010832;
}