Blue
#1C13CD
BlueColor Codes
All color formats for development
HEX
#1C13CDRGB
rgb(28, 19, 205)HSL
hsl(243, 83%, 44%)OKLCH
oklch(0.4 0.255 267.9)CMYK
cmyk(86%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A11B9
2#170FA4
3#140D90
4#110B7B
5#0E0A67
6#0B0852
7#09063E
8#060429
9#030215
Tints
Lighter variations
1#2016E7
2#372EEC
3#5048EE
4#6962F0
5#827CF3
6#9B96F5
7#B4B1F8
8#CDCBFA
9#E6E5FD
Tones
Muted variations
1#251CC4
2#2D26BB
3#362FB1
4#3E38A8
5#46429F
6#4F4B95
7#57548C
8#5F5E83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9994 #9994F5 | BordersInactive statesPlaceholder text |
| 400 | 635C #635CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 372D #372DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C13 #1C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 170F #170FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100B #100B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074B | 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: #F2F1FE;
--blue-100: #E0DEFC;
--blue-200: #C5C2F9;
--blue-300: #9994F5;
--blue-400: #635CF0;
--blue-500: #372DEB;
--blue-600: #1C13CD;
--blue-700: #170FA3;
--blue-800: #100B75;
--blue-900: #0A074B;
--blue-950: #06042F;
}