Blue
#371DFC
BlueColor Codes
All color formats for development
HEX
#371DFCRGB
rgb(55, 29, 252)HSL
hsl(247, 97%, 55%)OKLCH
oklch(0.477 0.292 271.5)CMYK
cmyk(78%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2004F9
2#1D03DD
3#1903C1
4#1603A6
5#12028A
6#0E026F
7#0B0153
8#070137
9#04001C
Tints
Lighter variations
1#4B34FC
2#5F4AFC
3#7361FD
4#8777FD
5#9B8EFD
6#AFA5FE
7#C3BBFE
8#D7D2FE
9#EBE8FF
Tones
Muted variations
1#3F28F0
2#4833E5
3#513EDA
4#5949CF
5#6255C4
6#6A60B9
7#736BAE
8#7B76A3
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998B #998BFD | BordersInactive statesPlaceholder text |
| 400 | 634F #634FFC | Disabled statesSecondary iconsMuted text |
| 500 | 371D #371DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D03 #1D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1703 #1703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1002 #10027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BEFE;
--blue-300: #998BFD;
--blue-400: #634FFC;
--blue-500: #371DFC;
--blue-600: #1D03DD;
--blue-700: #1703B0;
--blue-800: #10027E;
--blue-900: #0A0150;
--blue-950: #070132;
}