Blue
#001AE0
BlueColor Codes
All color formats for development
HEX
#001AE0RGB
rgb(0, 26, 224)HSL
hsl(233, 100%, 44%)OKLCH
oklch(0.423 0.275 264.2)CMYK
cmyk(100%, 88%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0018CA
2#0015B4
3#00129D
4#001087
5#000D70
6#000A5A
7#000843
8#00052D
9#000316
Tints
Lighter variations
1#001EFD
2#1B35FF
3#374EFF
4#5468FF
5#7081FF
6#8D9AFF
7#A9B3FF
8#C6CDFF
9#E2E6FF
Tones
Muted variations
1#0B23D5
2#162BCA
3#2234BF
4#2D3DB4
5#3845A8
6#434E9D
7#4F5692
8#5A5F87
9#65687B
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;
}