Blue
#1E2DFA
BlueColor Codes
All color formats for development
HEX
#1E2DFARGB
rgb(30, 45, 250)HSL
hsl(236, 96%, 55%)OKLCH
oklch(0.478 0.286 266.7)CMYK
cmyk(88%, 82%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0515F7
2#0413DC
3#0410C0
4#030EA5
5#030C89
6#02096E
7#020752
8#010537
9#01021B
Tints
Lighter variations
1#3542FB
2#4B57FB
3#626CFC
4#7881FC
5#8F96FD
6#A5ABFD
7#BCC0FE
8#D2D5FE
9#E9EAFF
Tones
Muted variations
1#2936EF
2#3440E4
3#3F49D9
4#4A53CE
5#555DC3
6#6066B8
7#6B70AD
8#7679A2
9#818397
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;
}