Blue
#2F1DFC
BlueColor Codes
All color formats for development
HEX
#2F1DFCRGB
rgb(47, 29, 252)HSL
hsl(245, 97%, 55%)OKLCH
oklch(0.473 0.294 269.7)CMYK
cmyk(81%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1804F9
2#1603DD
3#1303C1
4#1003A6
5#0D028A
6#0B026F
7#080153
8#050137
9#03001C
Tints
Lighter variations
1#4434FC
2#594AFC
3#6E61FD
4#8277FD
5#978EFD
6#ACA5FE
7#C1BBFE
8#D5D2FE
9#EAE8FF
Tones
Muted variations
1#3928F0
2#4233E5
3#4B3EDA
4#5549CF
5#5E55C4
6#6760B9
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 #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958B #958BFD | BordersInactive statesPlaceholder text |
| 400 | 5E4F #5E4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 2F1D #2F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1603 #1603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1103 #1103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C02 #0C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0801 #080150 | 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: #DFDCFE;
--blue-200: #C3BEFE;
--blue-300: #958BFD;
--blue-400: #5E4FFC;
--blue-500: #2F1DFC;
--blue-600: #1603DD;
--blue-700: #1103B0;
--blue-800: #0C027E;
--blue-900: #080150;
--blue-950: #050132;
}