Blue
#440BD5
PurpleColor Codes
All color formats for development
HEX
#440BD5RGB
rgb(68, 11, 213)HSL
hsl(257, 90%, 44%)OKLCH
oklch(0.43 0.256 279.1)CMYK
cmyk(68%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0AC0
2#3709AB
3#300895
4#290780
5#22066B
6#1B0455
7#150340
8#0E022B
9#070115
Tints
Lighter variations
1#4D0DF0
2#6026F4
3#7441F5
4#885CF6
5#9C77F8
6#B092F9
7#C3AEFB
8#D7C9FC
9#EBE4FE
Tones
Muted variations
1#4915CB
2#4D1FC1
3#522AB7
4#5634AD
5#5A3EA3
6#5F4899
7#63528E
8#675C84
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 | AD90 #AD90F9 | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5F25 #5F25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440B #440BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3609 #3609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #270679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | 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: #AD90F9;
--blue-400: #8355F6;
--blue-500: #5F25F4;
--blue-600: #440BD5;
--blue-700: #3609AA;
--blue-800: #270679;
--blue-900: #19044E;
--blue-950: #100330;
}