Blue
#441FF9
BlueColor Codes
All color formats for development
HEX
#441FF9RGB
rgb(68, 31, 249)HSL
hsl(250, 95%, 55%)OKLCH
oklch(0.482 0.285 274.9)CMYK
cmyk(73%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E06F6
2#2906DB
3#2405BF
4#1F04A4
5#1A0489
6#15036D
7#0F0252
8#0A0137
9#05011B
Tints
Lighter variations
1#5636FA
2#694CFA
3#7C62FB
4#8F79FC
5#A18FFC
6#B4A5FD
7#C7BCFD
8#DAD2FE
9#ECE9FE
Tones
Muted variations
1#4B2AEE
2#5235E3
3#5940D9
4#614BCE
5#6856C3
6#6F61B8
7#766CAD
8#7E76A2
9#858197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BE #C9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8D #9F8DFC | BordersInactive statesPlaceholder text |
| 400 | 6D51 #6D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 441F #441FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2906 #2906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2104 #2104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1703 #17037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F0250 | 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: #F3F0FF;
--blue-100: #E2DCFE;
--blue-200: #C9BEFD;
--blue-300: #9F8DFC;
--blue-400: #6D51FB;
--blue-500: #441FF9;
--blue-600: #2906DB;
--blue-700: #2104AE;
--blue-800: #17037C;
--blue-900: #0F0250;
--blue-950: #090132;
}