Blue
#411CFD
BlueColor Codes
All color formats for development
HEX
#411CFDRGB
rgb(65, 28, 253)HSL
hsl(250, 98%, 55%)OKLCH
oklch(0.483 0.291 273.9)CMYK
cmyk(74%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C03FA
2#2702DE
3#2202C2
4#1D02A7
5#18018B
6#13016F
7#0F0153
8#0A0138
9#05001C
Tints
Lighter variations
1#5433FD
2#6749FD
3#7A60FD
4#8D77FE
5#A08DFE
6#B3A4FE
7#C6BBFE
8#D9D2FF
9#ECE8FF
Tones
Muted variations
1#4927F1
2#5032E6
3#583EDB
4#5F49D0
5#6754C4
6#6E5FB9
7#766BAE
8#7D76A3
9#858197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFE | BordersInactive statesPlaceholder text |
| 400 | 6B4E #6B4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 411C #411CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2702 #2702DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F02 #1F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1601 #16017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFF;
--blue-200: #C8BDFE;
--blue-300: #9E8BFE;
--blue-400: #6B4EFD;
--blue-500: #411CFD;
--blue-600: #2702DE;
--blue-700: #1F02B1;
--blue-800: #16017E;
--blue-900: #0E0151;
--blue-950: #090132;
}