Blue
#1B12CE
BlueColor Codes
All color formats for development
HEX
#1B12CERGB
rgb(27, 18, 206)HSL
hsl(243, 84%, 44%)OKLCH
oklch(0.4 0.256 267.7)CMYK
cmyk(87%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1910BA
2#160EA5
3#130D91
4#100B7C
5#0E0967
6#0B0753
7#08053E
8#050429
9#030215
Tints
Lighter variations
1#1F14E9
2#362DED
3#4F47EF
4#6961F1
5#827CF4
6#9B96F6
7#B4B0F8
8#CDCAFA
9#E6E5FD
Tones
Muted variations
1#241BC5
2#2C25BC
3#352EB2
4#3D38A9
5#46419F
6#4E4B96
7#57548C
8#5F5D83
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 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9893 #9893F6 | BordersInactive statesPlaceholder text |
| 400 | 625B #625BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 352C #352CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B12 #1B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 160E #160EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100A #100A75 | 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: #C5C2FA;
--blue-300: #9893F6;
--blue-400: #625BF1;
--blue-500: #352CED;
--blue-600: #1B12CE;
--blue-700: #160EA4;
--blue-800: #100A75;
--blue-900: #0A074B;
--blue-950: #06042F;
}