Blue
#041EDC
BlueColor Codes
All color formats for development
HEX
#041EDCRGB
rgb(4, 30, 220)HSL
hsl(233, 96%, 44%)OKLCH
oklch(0.422 0.268 264.5)CMYK
cmyk(98%, 86%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041BC6
2#0418B0
3#03159A
4#031284
5#020F6E
6#020C58
7#010942
8#01062C
9#000316
Tints
Lighter variations
1#0521F8
2#1F39FA
3#3B51FB
4#576AFC
5#7383FC
6#8F9CFD
7#ABB5FD
8#C7CDFE
9#E3E6FE
Tones
Muted variations
1#0F26D1
2#1A2EC6
3#2536BC
4#303FB1
5#3A47A6
6#454F9B
7#505791
8#5B6086
9#65687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C99 #8C99FD | BordersInactive statesPlaceholder text |
| 400 | 5064 #5064FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E38 #1E38FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 041E #041EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0418 #0418AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0311 #03117D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B50 | 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: #DCE0FE;
--blue-200: #BEC5FE;
--blue-300: #8C99FD;
--blue-400: #5064FB;
--blue-500: #1E38FA;
--blue-600: #041EDC;
--blue-700: #0418AF;
--blue-800: #03117D;
--blue-900: #020B50;
--blue-950: #010732;
}