Blue
#1C3AFD
BlueColor Codes
All color formats for development
HEX
#1C3AFDRGB
rgb(28, 58, 253)HSL
hsl(232, 98%, 55%)OKLCH
oklch(0.495 0.28 266)CMYK
cmyk(89%, 77%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0324FA
2#0220DE
3#021CC2
4#0218A7
5#01148B
6#01106F
7#010C53
8#010838
9#00041C
Tints
Lighter variations
1#334EFD
2#4961FD
3#6075FD
4#7789FE
5#8D9CFE
6#A4B0FE
7#BBC4FE
8#D2D8FF
9#E8EBFF
Tones
Muted variations
1#2742F1
2#324AE6
3#3E53DB
4#495BD0
5#5463C4
6#5F6BB9
7#6B74AE
8#767CA3
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9A #8B9AFE | BordersInactive statesPlaceholder text |
| 400 | 4E66 #4E66FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3A #1C3AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0220 #0220DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0219 #0219B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0112 #01127E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010B #010B51 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FF;
--blue-200: #BDC6FE;
--blue-300: #8B9AFE;
--blue-400: #4E66FD;
--blue-500: #1C3AFD;
--blue-600: #0220DE;
--blue-700: #0219B1;
--blue-800: #01127E;
--blue-900: #010B51;
--blue-950: #010732;
}