Blue
#1A00E0
BlueColor Codes
All color formats for development
HEX
#1A00E0RGB
rgb(26, 0, 224)HSL
hsl(247, 100%, 44%)OKLCH
oklch(0.415 0.28 267)CMYK
cmyk(88%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1800CA
2#1500B4
3#12009D
4#100087
5#0D0070
6#0A005A
7#080043
8#05002D
9#030016
Tints
Lighter variations
1#1E00FD
2#351BFF
3#4E37FF
4#6854FF
5#8170FF
6#9A8DFF
7#B3A9FF
8#CDC6FF
9#E6E2FF
Tones
Muted variations
1#230BD5
2#2B16CA
3#3422BF
4#3D2DB4
5#4538A8
6#4E439D
7#564F92
8#5F5A87
9#68657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDBFF;
--blue-200: #C4BDFF;
--blue-300: #978AFF;
--blue-400: #614DFF;
--blue-500: #341AFF;
--blue-600: #1A00E0;
--blue-700: #1500B3;
--blue-800: #0F0080;
--blue-900: #0A0052;
--blue-950: #060033;
}