Blue
#1600E0
BlueColor Codes
All color formats for development
HEX
#1600E0RGB
rgb(22, 0, 224)HSL
hsl(246, 100%, 44%)OKLCH
oklch(0.414 0.281 266.3)CMYK
cmyk(90%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1400CA
2#1200B4
3#10009D
4#0D0087
5#0B0070
6#09005A
7#070043
8#04002D
9#020016
Tints
Lighter variations
1#1900FD
2#311BFF
3#4B37FF
4#6554FF
5#7E70FF
6#988DFF
7#B2A9FF
8#CCC6FF
9#E5E2FF
Tones
Muted variations
1#1F0BD5
2#2816CA
3#3122BF
4#3A2DB4
5#4338A8
6#4C439D
7#554F92
8#5E5A87
9#67657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 958A #958AFF | BordersInactive statesPlaceholder text |
| 400 | 5E4D #5E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 301A #301AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1600 #1600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1200 #1200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D00 #0D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0800 #080052 | Primary textHigh emphasis contentDark headings |
| 950 | 0500 #050033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDBFF;
--blue-200: #C3BDFF;
--blue-300: #958AFF;
--blue-400: #5E4DFF;
--blue-500: #301AFF;
--blue-600: #1600E0;
--blue-700: #1200B3;
--blue-800: #0D0080;
--blue-900: #080052;
--blue-950: #050033;
}