Blue
#1608D9
BlueColor Codes
All color formats for development
HEX
#1608D9RGB
rgb(22, 8, 217)HSL
hsl(244, 93%, 44%)OKLCH
oklch(0.408 0.272 266.5)CMYK
cmyk(90%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1407C3
2#1106AD
3#0F0598
4#0D0582
5#0B046C
6#090357
7#070241
8#04022B
9#020116
Tints
Lighter variations
1#1909F4
2#3123F7
3#4A3EF8
4#645AF9
5#7E75FA
6#9891FB
7#B2ACFC
8#CBC8FD
9#E5E3FE
Tones
Muted variations
1#1F12CE
2#281DC4
3#3127B9
4#3A32AF
5#433CA4
6#4C469A
7#555190
8#5E5B85
9#67667B
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 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958E #958EFB | BordersInactive statesPlaceholder text |
| 400 | 5E53 #5E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3022 #3022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1608 #1608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1106 #1106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C3BFFD;
--blue-300: #958EFB;
--blue-400: #5E53F9;
--blue-500: #3022F7;
--blue-600: #1608D9;
--blue-700: #1106AC;
--blue-800: #0C047B;
--blue-900: #08034F;
--blue-950: #050231;
}