Blue
#1C2FFD
BlueColor Codes
All color formats for development
HEX
#1C2FFDRGB
rgb(28, 47, 253)HSL
hsl(235, 98%, 55%)OKLCH
oklch(0.483 0.289 266.3)CMYK
cmyk(89%, 81%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0317FA
2#0215DE
3#0212C2
4#020FA7
5#010D8B
6#010A6F
7#010853
8#010538
9#00031C
Tints
Lighter variations
1#3343FD
2#4958FD
3#606DFD
4#7782FE
5#8D97FE
6#A4ACFE
7#BBC0FE
8#D2D5FF
9#E8EAFF
Tones
Muted variations
1#2738F1
2#3241E6
3#3E4BDB
4#4954D0
5#545DC4
6#5F67B9
7#6B70AE
8#767AA3
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B94 #8B94FE | BordersInactive statesPlaceholder text |
| 400 | 4E5D #4E5DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2F #1C2FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0215 #0215DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0210 #0210B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010C #010C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0107 #010751 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFF;
--blue-200: #BDC3FE;
--blue-300: #8B94FE;
--blue-400: #4E5DFD;
--blue-500: #1C2FFD;
--blue-600: #0215DE;
--blue-700: #0210B1;
--blue-800: #010C7E;
--blue-900: #010751;
--blue-950: #010532;
}