Blue
#1C32FD
BlueColor Codes
All color formats for development
HEX
#1C32FDRGB
rgb(28, 50, 253)HSL
hsl(234, 98%, 55%)OKLCH
oklch(0.486 0.286 266.3)CMYK
cmyk(89%, 80%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031BFA
2#0218DE
3#0215C2
4#0212A7
5#010F8B
6#010C6F
7#010953
8#010638
9#00031C
Tints
Lighter variations
1#3347FD
2#495BFD
3#6070FD
4#7784FE
5#8D99FE
6#A4ADFE
7#BBC2FE
8#D2D6FF
9#E8EBFF
Tones
Muted variations
1#273BF1
2#3244E6
3#3E4DDB
4#4956D0
5#545FC4
6#5F68B9
7#6B71AE
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 | BDC4 #BDC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B96 #8B96FE | BordersInactive statesPlaceholder text |
| 400 | 4E60 #4E60FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C32 #1C32FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0218 #0218DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0213 #0213B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010E #010E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010951 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFF;
--blue-200: #BDC4FE;
--blue-300: #8B96FE;
--blue-400: #4E60FD;
--blue-500: #1C32FD;
--blue-600: #0218DE;
--blue-700: #0213B1;
--blue-800: #010E7E;
--blue-900: #010951;
--blue-950: #010632;
}