Blue
#1E34FA
BlueColor Codes
All color formats for development
HEX
#1E34FARGB
rgb(30, 52, 250)HSL
hsl(234, 96%, 55%)OKLCH
oklch(0.485 0.281 266.5)CMYK
cmyk(88%, 79%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051DF7
2#041ADC
3#0417C0
4#0314A5
5#031089
6#020D6E
7#020A52
8#010737
9#01031B
Tints
Lighter variations
1#3548FB
2#4B5DFB
3#6271FC
4#7885FC
5#8F9AFD
6#A5AEFD
7#BCC2FE
8#D2D6FE
9#E9EBFF
Tones
Muted variations
1#293DEF
2#3446E4
3#3F4FD9
4#4A57CE
5#5560C3
6#6069B8
7#6B72AD
8#767BA2
9#818397
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;
}