Blue
#1A34FF
BlueColor Codes
All color formats for development
HEX
#1A34FFRGB
rgb(26, 52, 255)HSL
hsl(233, 100%, 55%)OKLCH
oklch(0.49 0.287 266)CMYK
cmyk(90%, 80%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001DFC
2#001AE0
3#0017C4
4#0014A8
5#00108C
6#000D70
7#000A54
8#000738
9#00031C
Tints
Lighter variations
1#3049FF
2#475DFF
3#5E71FF
4#7585FF
5#8C9AFF
6#A3AEFF
7#BAC2FF
8#D1D6FF
9#E8EBFF
Tones
Muted variations
1#253DF4
2#3046E8
3#3C4FDD
4#4757D1
5#5360C6
6#5E69BA
7#6A72AF
8#757BA3
9#818398
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC4 #BDC4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A97 #8A97FF | BordersInactive statesPlaceholder text |
| 400 | 4D61 #4D61FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A34 #1A34FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001A #001AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0015 #0015B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000F #000F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000A #000A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0006 #000633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DBDFFF;
--blue-200: #BDC4FF;
--blue-300: #8A97FF;
--blue-400: #4D61FF;
--blue-500: #1A34FF;
--blue-600: #001AE0;
--blue-700: #0015B3;
--blue-800: #000F80;
--blue-900: #000A52;
--blue-950: #000633;
}