Blue
#1C2BFD
BlueColor Codes
All color formats for development
HEX
#1C2BFDRGB
rgb(28, 43, 253)HSL
hsl(236, 98%, 55%)OKLCH
oklch(0.479 0.291 266.4)CMYK
cmyk(89%, 83%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0313FA
2#0211DE
3#020FC2
4#020DA7
5#010B8B
6#01086F
7#010653
8#010438
9#00021C
Tints
Lighter variations
1#3340FD
2#4955FD
3#606AFD
4#7780FE
5#8D95FE
6#A4AAFE
7#BBBFFE
8#D2D5FF
9#E8EAFF
Tones
Muted variations
1#2735F1
2#323EE6
3#3E48DB
4#4952D0
5#545CC4
6#5F65B9
7#6B6FAE
8#7679A3
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC2 #BDC2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B93 #8B93FE | BordersInactive statesPlaceholder text |
| 400 | 4E5A #4E5AFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2B #1C2BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0211 #0211DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 020D #020DB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010A #010A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0106 #010651 | Primary textHigh emphasis contentDark headings |
| 950 | 0104 #010432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDEFF;
--blue-200: #BDC2FE;
--blue-300: #8B93FE;
--blue-400: #4E5AFD;
--blue-500: #1C2BFD;
--blue-600: #0211DE;
--blue-700: #020DB1;
--blue-800: #010A7E;
--blue-900: #010651;
--blue-950: #010432;
}