Blue
#1F12CE
BlueColor Codes
All color formats for development
HEX
#1F12CERGB
rgb(31, 18, 206)HSL
hsl(244, 84%, 44%)OKLCH
oklch(0.402 0.255 268.5)CMYK
cmyk(85%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B10BA
2#180EA5
3#150D91
4#120B7C
5#0F0967
6#0C0753
7#09053E
8#060429
9#030215
Tints
Lighter variations
1#2214E9
2#3A2DED
3#5247EF
4#6B61F1
5#847CF4
6#9C96F6
7#B5B0F8
8#CECAFA
9#E6E5FD
Tones
Muted variations
1#271BC5
2#2F25BC
3#372EB2
4#3F38A9
5#47419F
6#504B96
7#58548C
8#605D83
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 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A93 #9A93F6 | BordersInactive statesPlaceholder text |
| 400 | 655B #655BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 392C #392CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F12 #1F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180E #180EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DEFC;
--blue-200: #C6C2FA;
--blue-300: #9A93F6;
--blue-400: #655BF1;
--blue-500: #392CED;
--blue-600: #1F12CE;
--blue-700: #180EA4;
--blue-800: #110A75;
--blue-900: #0B074B;
--blue-950: #07042F;
}