Blue
#440AD6
PurpleColor Codes
All color formats for development
HEX
#440AD6RGB
rgb(68, 10, 214)HSL
hsl(257, 91%, 44%)OKLCH
oklch(0.43 0.257 279)CMYK
cmyk(68%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D09C1
2#3608AB
3#300796
4#290681
5#22056B
6#1B0456
7#140340
8#0E022B
9#070115
Tints
Lighter variations
1#4D0BF2
2#6025F5
3#7440F6
4#885BF7
5#9B77F9
6#AF92FA
7#C3ADFB
8#D7C8FC
9#EBE4FE
Tones
Muted variations
1#4814CC
2#4D1FC2
3#5129B8
4#5633AD
5#5A3DA3
6#5F4799
7#63528F
8#675C85
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8F #AD8FFA | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5F24 #5F24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440A #440AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3608 #3608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #27067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E6DDFD;
--blue-200: #D1C0FC;
--blue-300: #AD8FFA;
--blue-400: #8355F7;
--blue-500: #5F24F5;
--blue-600: #440AD6;
--blue-700: #3608AA;
--blue-800: #27067A;
--blue-900: #19044E;
--blue-950: #0F0231;
}