Blue
#2F1CFD
BlueColor Codes
All color formats for development
HEX
#2F1CFDRGB
rgb(47, 28, 253)HSL
hsl(245, 98%, 55%)OKLCH
oklch(0.473 0.295 269.7)CMYK
cmyk(81%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1703FA
2#1502DE
3#1202C2
4#0F02A7
5#0D018B
6#0A016F
7#080153
8#050138
9#03001C
Tints
Lighter variations
1#4333FD
2#5849FD
3#6D60FD
4#8277FE
5#978DFE
6#ACA4FE
7#C0BBFE
8#D5D2FF
9#EAE8FF
Tones
Muted variations
1#3827F1
2#4132E6
3#4B3EDB
4#5449D0
5#5D54C4
6#675FB9
7#706BAE
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 | C3BD #C3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 948B #948BFE | BordersInactive statesPlaceholder text |
| 400 | 5D4E #5D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 2F1C #2F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1502 #1502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1002 #1002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C01 #0C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0701 #070151 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFF;
--blue-200: #C3BDFE;
--blue-300: #948BFE;
--blue-400: #5D4EFD;
--blue-500: #2F1CFD;
--blue-600: #1502DE;
--blue-700: #1002B1;
--blue-800: #0C017E;
--blue-900: #070151;
--blue-950: #050132;
}