Blue
#1908D9
BlueColor Codes
All color formats for development
HEX
#1908D9RGB
rgb(25, 8, 217)HSL
hsl(245, 93%, 44%)OKLCH
oklch(0.409 0.271 267)CMYK
cmyk(88%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1707C3
2#1406AD
3#120598
4#0F0582
5#0D046C
6#0A0357
7#080241
8#05022B
9#030116
Tints
Lighter variations
1#1C09F4
2#3423F7
3#4E3EF8
4#675AF9
5#8075FA
6#9A91FB
7#B3ACFC
8#CCC8FD
9#E6E3FE
Tones
Muted variations
1#2212CE
2#2B1DC4
3#3327B9
4#3C32AF
5#453CA4
6#4D469A
7#565190
8#5F5B85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFB | BordersInactive statesPlaceholder text |
| 400 | 6153 #6153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3322 #3322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1908 #1908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1406 #1406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0903 #09034F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C4BFFD;
--blue-300: #978EFB;
--blue-400: #6153F9;
--blue-500: #3322F7;
--blue-600: #1908D9;
--blue-700: #1406AC;
--blue-800: #0E047B;
--blue-900: #09034F;
--blue-950: #060231;
}