Blue
#321CFD
BlueColor Codes
All color formats for development
HEX
#321CFDRGB
rgb(50, 28, 253)HSL
hsl(246, 98%, 55%)OKLCH
oklch(0.475 0.294 270.3)CMYK
cmyk(80%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B03FA
2#1802DE
3#1502C2
4#1202A7
5#0F018B
6#0C016F
7#090153
8#060138
9#03001C
Tints
Lighter variations
1#4733FD
2#5B49FD
3#7060FD
4#8477FE
5#998DFE
6#ADA4FE
7#C2BBFE
8#D6D2FF
9#EBE8FF
Tones
Muted variations
1#3B27F1
2#4432E6
3#4D3EDB
4#5649D0
5#5F54C4
6#685FB9
7#716BAE
8#7A76A3
9#838197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 968B #968BFE | BordersInactive statesPlaceholder text |
| 400 | 604E #604EFD | Disabled statesSecondary iconsMuted text |
| 500 | 321C #321CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1802 #1802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1302 #1302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E01 #0E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090151 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFF;
--blue-200: #C4BDFE;
--blue-300: #968BFE;
--blue-400: #604EFD;
--blue-500: #321CFD;
--blue-600: #1802DE;
--blue-700: #1302B1;
--blue-800: #0E017E;
--blue-900: #090151;
--blue-950: #060132;
}