Blue
#1603DD
BlueColor Codes
All color formats for development
HEX
#1603DDRGB
rgb(22, 3, 221)HSL
hsl(245, 97%, 44%)OKLCH
oklch(0.411 0.277 266.4)CMYK
cmyk(90%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1303C7
2#1103B1
3#0F029B
4#0D0285
5#0B026F
6#090158
7#060142
8#04012C
9#020016
Tints
Lighter variations
1#1804F9
2#301EFC
3#4A3AFC
4#6456FC
5#7E72FD
6#988EFD
7#B2ABFE
8#CBC7FE
9#E5E3FF
Tones
Muted variations
1#1F0ED2
2#2819C7
3#3124BC
4#3A2FB2
5#433AA7
6#4C459C
7#555091
8#5E5A86
9#67657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958B #958BFD | BordersInactive statesPlaceholder text |
| 400 | 5E4F #5E4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 2F1D #2F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1603 #1603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1103 #1103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C02 #0C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0801 #080150 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C3BEFE;
--blue-300: #958BFD;
--blue-400: #5E4FFC;
--blue-500: #2F1DFC;
--blue-600: #1603DD;
--blue-700: #1103B0;
--blue-800: #0C027E;
--blue-900: #080150;
--blue-950: #050132;
}