Blue
#0413DC
BlueColor Codes
All color formats for development
HEX
#0413DCRGB
rgb(4, 19, 220)HSL
hsl(236, 96%, 44%)OKLCH
oklch(0.413 0.274 264.5)CMYK
cmyk(98%, 91%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0411C6
2#040FB0
3#030D9A
4#030B84
5#02096E
6#020858
7#010642
8#01042C
9#000216
Tints
Lighter variations
1#0515F8
2#1F2EFA
3#3B48FB
4#5762FC
5#737CFC
6#8F96FD
7#ABB1FD
8#C7CBFE
9#E3E5FE
Tones
Muted variations
1#0F1CD1
2#1A26C6
3#252FBC
4#3038B1
5#3A42A6
6#454B9B
7#505491
8#5B5E86
9#65677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC2 #BEC2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C94 #8C94FD | BordersInactive statesPlaceholder text |
| 400 | 505B #505BFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E2D #1E2DFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0413 #0413DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 040F #040FAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030B #030B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0207 #020750 | 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: #DCDEFE;
--blue-200: #BEC2FE;
--blue-300: #8C94FD;
--blue-400: #505BFB;
--blue-500: #1E2DFA;
--blue-600: #0413DC;
--blue-700: #040FAF;
--blue-800: #030B7D;
--blue-900: #020750;
--blue-950: #010432;
}