Blue
#1A3CFF
BlueColor Codes
All color formats for development
HEX
#1A3CFFRGB
rgb(26, 60, 255)HSL
hsl(231, 100%, 55%)OKLCH
oklch(0.5 0.281 265.7)CMYK
cmyk(90%, 76%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0026FC
2#0022E0
3#001DC4
4#0019A8
5#00158C
6#001170
7#000D54
8#000838
9#00041C
Tints
Lighter variations
1#304FFF
2#4763FF
3#5E76FF
4#758AFF
5#8C9DFF
6#A3B1FF
7#BAC4FF
8#D1D8FF
9#E8EBFF
Tones
Muted variations
1#2544F4
2#304CE8
3#3C54DD
4#475CD1
5#5364C6
6#5E6CBA
7#6A74AF
8#757CA3
9#818498
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DBE1FF;
--blue-200: #BDC7FF;
--blue-300: #8A9BFF;
--blue-400: #4D67FF;
--blue-500: #1A3CFF;
--blue-600: #0022E0;
--blue-700: #001BB3;
--blue-800: #001380;
--blue-900: #000C52;
--blue-950: #000833;
}