Blue
#1212CE
BlueColor Codes
All color formats for development
HEX
#1212CERGB
rgb(18, 18, 206)HSL
hsl(240, 84%, 44%)OKLCH
oklch(0.397 0.258 266.1)CMYK
cmyk(91%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1010BA
2#0E0EA5
3#0D0D91
4#0B0B7C
5#090967
6#070753
7#05053E
8#040429
9#020215
Tints
Lighter variations
1#1414E9
2#2D2DED
3#4747EF
4#6161F1
5#7C7CF4
6#9696F6
7#B0B0F8
8#CACAFA
9#E5E5FD
Tones
Muted variations
1#1B1BC5
2#2525BC
3#2E2EB2
4#3838A9
5#41419F
6#4B4B96
7#54548C
8#5D5D83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9393 #9393F6 | BordersInactive statesPlaceholder text |
| 400 | 5B5B #5B5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C2C #2C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1212 #1212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E0E #0E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDEFC;
--blue-200: #C2C2FA;
--blue-300: #9393F6;
--blue-400: #5B5BF1;
--blue-500: #2C2CED;
--blue-600: #1212CE;
--blue-700: #0E0EA4;
--blue-800: #0A0A75;
--blue-900: #07074B;
--blue-950: #04042F;
}