Blue
#421DFC
BlueColor Codes
All color formats for development
HEX
#421DFCRGB
rgb(66, 29, 252)HSL
hsl(250, 97%, 55%)OKLCH
oklch(0.483 0.289 274.2)CMYK
cmyk(74%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D04F9
2#2803DD
3#2303C1
4#1E03A6
5#19028A
6#14026F
7#0F0153
8#0A0137
9#05001C
Tints
Lighter variations
1#5534FC
2#684AFC
3#7B61FD
4#8E77FD
5#A18EFD
6#B3A5FE
7#C6BBFE
8#D9D2FE
9#ECE8FF
Tones
Muted variations
1#4928F0
2#5133E5
3#583EDA
4#6049CF
5#6755C4
6#6F60B9
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 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFD | BordersInactive statesPlaceholder text |
| 400 | 6C4F #6C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 421D #421DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2803 #2803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2003 #2003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1702 #17027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0150 | 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: #E2DCFE;
--blue-200: #C8BEFE;
--blue-300: #9E8BFD;
--blue-400: #6C4FFC;
--blue-500: #421DFC;
--blue-600: #2803DD;
--blue-700: #2003B0;
--blue-800: #17027E;
--blue-900: #0E0150;
--blue-950: #090132;
}