Blue
#1916CA
BlueColor Codes
All color formats for development
HEX
#1916CARGB
rgb(25, 22, 202)HSL
hsl(241, 80%, 44%)OKLCH
oklch(0.397 0.251 267.4)CMYK
cmyk(88%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1714B6
2#1412A2
3#12108D
4#0F0D79
5#0D0B65
6#0A0951
7#08073D
8#050428
9#030214
Tints
Lighter variations
1#1D19E4
2#3431E8
3#4E4BEB
4#6765EE
5#807EF1
6#9A98F4
7#B3B2F6
8#CCCCF9
9#E6E5FC
Tones
Muted variations
1#221FC1
2#2B28B8
3#3331AF
4#3C3AA6
5#45439D
6#4D4C94
7#56558B
8#5F5E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9795 #9795F3 | BordersInactive statesPlaceholder text |
| 400 | 615E #615EED | Disabled statesSecondary iconsMuted text |
| 500 | 3430 #3430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1916 #1916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1412 #1412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0D #0E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #090849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FD;
--blue-100: #DFDFFB;
--blue-200: #C4C3F8;
--blue-300: #9795F3;
--blue-400: #615EED;
--blue-500: #3430E8;
--blue-600: #1916CA;
--blue-700: #1412A1;
--blue-800: #0E0D73;
--blue-900: #090849;
--blue-950: #06052E;
}