Blue
#331DFC
BlueColor Codes
All color formats for development
HEX
#331DFCRGB
rgb(51, 29, 252)HSL
hsl(246, 97%, 55%)OKLCH
oklch(0.475 0.293 270.6)CMYK
cmyk(80%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C04F9
2#1903DD
3#1603C1
4#1303A6
5#10028A
6#0D026F
7#090153
8#060137
9#03001C
Tints
Lighter variations
1#4834FC
2#5C4AFC
3#7061FD
4#8577FD
5#998EFD
6#ADA5FE
7#C2BBFE
8#D6D2FE
9#EBE8FF
Tones
Muted variations
1#3C28F0
2#4533E5
3#4E3EDA
4#5749CF
5#6055C4
6#6960B9
7#726BAE
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 #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978B #978BFD | BordersInactive statesPlaceholder text |
| 400 | 604F #604FFC | Disabled statesSecondary iconsMuted text |
| 500 | 331D #331DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1903 #1903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1403 #1403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E02 #0E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090150 | 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: #DFDCFE;
--blue-200: #C4BEFE;
--blue-300: #978BFD;
--blue-400: #604FFC;
--blue-500: #331DFC;
--blue-600: #1903DD;
--blue-700: #1403B0;
--blue-800: #0E027E;
--blue-900: #090150;
--blue-950: #060132;
}