Blue
#1903DD
BlueColor Codes
All color formats for development
HEX
#1903DDRGB
rgb(25, 3, 221)HSL
hsl(246, 97%, 44%)OKLCH
oklch(0.412 0.276 266.9)CMYK
cmyk(89%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1703C7
2#1403B1
3#12029B
4#0F0285
5#0D026F
6#0A0158
7#080142
8#05012C
9#030016
Tints
Lighter variations
1#1C04F9
2#341EFC
3#4D3AFC
4#6756FC
5#8072FD
6#9A8EFD
7#B3ABFE
8#CCC7FE
9#E6E3FF
Tones
Muted variations
1#220ED2
2#2B19C7
3#3324BC
4#3C2FB2
5#453AA7
6#4D459C
7#565091
8#5F5A86
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 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978B #978BFD | BordersInactive statesPlaceholder text |
| 400 | 604F #604FFC | Disabled statesSecondary iconsMuted text |
| 500 | 331D #331DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1903 #1903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1403 #1403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E02 #0E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090150 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C4BEFE;
--blue-300: #978BFD;
--blue-400: #604FFC;
--blue-500: #331DFC;
--blue-600: #1903DD;
--blue-700: #1403B0;
--blue-800: #0E027E;
--blue-900: #090150;
--blue-950: #060132;
}