Blue
#1C1CFD
BlueColor Codes
All color formats for development
HEX
#1C1CFDRGB
rgb(28, 28, 253)HSL
hsl(240, 98%, 55%)OKLCH
oklch(0.467 0.299 266.5)CMYK
cmyk(89%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0303FA
2#0202DE
3#0202C2
4#0202A7
5#01018B
6#01016F
7#010153
8#010138
9#00001C
Tints
Lighter variations
1#3333FD
2#4949FD
3#6060FD
4#7777FE
5#8D8DFE
6#A4A4FE
7#BBBBFE
8#D2D2FF
9#E8E8FF
Tones
Muted variations
1#2727F1
2#3232E6
3#3E3EDB
4#4949D0
5#5454C4
6#5F5FB9
7#6B6BAE
8#7676A3
9#818197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFE | BordersInactive statesPlaceholder text |
| 400 | 4E4E #4E4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C1C #1C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0202 #0202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0202 #0202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0101 #01017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010151 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFF;
--blue-200: #BDBDFE;
--blue-300: #8B8BFE;
--blue-400: #4E4EFD;
--blue-500: #1C1CFD;
--blue-600: #0202DE;
--blue-700: #0202B1;
--blue-800: #01017E;
--blue-900: #010151;
--blue-950: #010132;
}