Blue
#1613CD
BlueColor Codes
All color formats for development
HEX
#1613CDRGB
rgb(22, 19, 205)HSL
hsl(241, 83%, 44%)OKLCH
oklch(0.398 0.256 266.8)CMYK
cmyk(89%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1411B9
2#120FA4
3#100D90
4#0D0B7B
5#0B0A67
6#090852
7#07063E
8#040429
9#020215
Tints
Lighter variations
1#1916E7
2#312EEC
3#4B48EE
4#6562F0
5#7E7CF3
6#9896F5
7#B2B1F8
8#CCCBFA
9#E5E5FD
Tones
Muted variations
1#1F1CC4
2#2826BB
3#312FB1
4#3A38A8
5#43429F
6#4C4B95
7#55548C
8#5E5E83
9#67677A
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 | C3C2 #C3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9594 #9594F5 | BordersInactive statesPlaceholder text |
| 400 | 5E5C #5E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 302D #302DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1613 #1613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120F #120FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDEFC;
--blue-200: #C3C2F9;
--blue-300: #9594F5;
--blue-400: #5E5CF0;
--blue-500: #302DEB;
--blue-600: #1613CD;
--blue-700: #120FA3;
--blue-800: #0D0B75;
--blue-900: #08074B;
--blue-950: #05042F;
}