Blue
#1A1AFF
BlueColor Codes
All color formats for development
HEX
#1A1AFFRGB
rgb(26, 26, 255)HSL
hsl(240, 100%, 55%)OKLCH
oklch(0.467 0.303 266.3)CMYK
cmyk(90%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0000FC
2#0000E0
3#0000C4
4#0000A8
5#00008C
6#000070
7#000054
8#000038
9#00001C
Tints
Lighter variations
1#3030FF
2#4747FF
3#5E5EFF
4#7575FF
5#8C8CFF
6#A3A3FF
7#BABAFF
8#D1D1FF
9#E8E8FF
Tones
Muted variations
1#2525F4
2#3030E8
3#3C3CDD
4#4747D1
5#5353C6
6#5E5EBA
7#6A6AAF
8#7575A3
9#818198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DBDBFF;
--blue-200: #BDBDFF;
--blue-300: #8A8AFF;
--blue-400: #4D4DFF;
--blue-500: #1A1AFF;
--blue-600: #0000E0;
--blue-700: #0000B3;
--blue-800: #000080;
--blue-900: #000052;
--blue-950: #000033;
}