Blue
#1512CE
BlueColor Codes
All color formats for development
HEX
#1512CERGB
rgb(21, 18, 206)HSL
hsl(241, 84%, 44%)OKLCH
oklch(0.398 0.258 266.6)CMYK
cmyk(90%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1310BA
2#110EA5
3#0F0D91
4#0D0B7C
5#0B0967
6#080753
7#06053E
8#040429
9#020215
Tints
Lighter variations
1#1814E9
2#302DED
3#4A47EF
4#6461F1
5#7E7CF4
6#9796F6
7#B1B0F8
8#CBCAFA
9#E5E5FD
Tones
Muted variations
1#1E1BC5
2#2725BC
3#302EB2
4#3A38A9
5#43419F
6#4C4B96
7#55548C
8#5E5D83
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 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9593 #9593F6 | BordersInactive statesPlaceholder text |
| 400 | 5D5B #5D5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2F2C #2F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1512 #1512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 110E #110EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0A #0C0A75 | 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: #C3C2FA;
--blue-300: #9593F6;
--blue-400: #5D5BF1;
--blue-500: #2F2CED;
--blue-600: #1512CE;
--blue-700: #110EA4;
--blue-800: #0C0A75;
--blue-900: #08074B;
--blue-950: #05042F;
}