Blue
#1913CD
BlueColor Codes
All color formats for development
HEX
#1913CDRGB
rgb(25, 19, 205)HSL
hsl(242, 83%, 44%)OKLCH
oklch(0.399 0.255 267.3)CMYK
cmyk(88%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1711B9
2#140FA4
3#120D90
4#0F0B7B
5#0D0A67
6#0A0852
7#08063E
8#050429
9#030215
Tints
Lighter variations
1#1D16E7
2#342EEC
3#4E48EE
4#6762F0
5#807CF3
6#9A96F5
7#B3B1F8
8#CCCBFA
9#E6E5FD
Tones
Muted variations
1#221CC4
2#2B26BB
3#332FB1
4#3C38A8
5#45429F
6#4D4B95
7#56548C
8#5F5E83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F5 | BordersInactive statesPlaceholder text |
| 400 | 615C #615CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 332D #332DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1913 #1913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140F #140FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0B #0E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDEFC;
--blue-200: #C4C2F9;
--blue-300: #9794F5;
--blue-400: #615CF0;
--blue-500: #332DEB;
--blue-600: #1913CD;
--blue-700: #140FA3;
--blue-800: #0E0B75;
--blue-900: #09074B;
--blue-950: #06042F;
}