Blue
#041ADC
BlueColor Codes
All color formats for development
HEX
#041ADCRGB
rgb(4, 26, 220)HSL
hsl(234, 96%, 44%)OKLCH
oklch(0.418 0.271 264.5)CMYK
cmyk(98%, 88%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0417C6
2#0415B0
3#03129A
4#031084
5#020D6E
6#020A58
7#010842
8#01052C
9#000316
Tints
Lighter variations
1#051DF8
2#1F35FA
3#3B4EFB
4#5768FC
5#7381FC
6#8F9AFD
7#ABB3FD
8#C7CDFE
9#E3E6FE
Tones
Muted variations
1#0F23D1
2#1A2BC6
3#2534BC
4#303CB1
5#3A45A6
6#454E9B
7#505691
8#5B5F86
9#65687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C97 #8C97FD | BordersInactive statesPlaceholder text |
| 400 | 5061 #5061FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E34 #1E34FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 041A #041ADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0415 #0415AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030F #030F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #020950 | 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: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC4FE;
--blue-300: #8C97FD;
--blue-400: #5061FB;
--blue-500: #1E34FA;
--blue-600: #041ADC;
--blue-700: #0415AF;
--blue-800: #030F7D;
--blue-900: #020950;
--blue-950: #010632;
}