Blue
#2408D9
BlueColor Codes
All color formats for development
HEX
#2408D9RGB
rgb(36, 8, 217)HSL
hsl(248, 93%, 44%)OKLCH
oklch(0.413 0.268 269.2)CMYK
cmyk(83%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2007C3
2#1D06AD
3#190598
4#150582
5#12046C
6#0E0357
7#0B0241
8#07022B
9#040116
Tints
Lighter variations
1#2809F4
2#3F23F7
3#573EF8
4#6F5AF9
5#8775FA
6#9F91FB
7#B7ACFC
8#CFC8FD
9#E7E3FE
Tones
Muted variations
1#2B12CE
2#331DC4
3#3B27B9
4#4232AF
5#4A3CA4
6#52469A
7#595190
8#615B85
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8E #9C8EFB | BordersInactive statesPlaceholder text |
| 400 | 6953 #6953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3E22 #3E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2408 #2408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C06 #1C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034F | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFE;
--blue-200: #C7BFFD;
--blue-300: #9C8EFB;
--blue-400: #6953F9;
--blue-500: #3E22F7;
--blue-600: #2408D9;
--blue-700: #1C06AC;
--blue-800: #14047B;
--blue-900: #0D034F;
--blue-950: #080231;
}