Blue
#2B12CE
BlueColor Codes
All color formats for development
HEX
#2B12CERGB
rgb(43, 18, 206)HSL
hsl(248, 84%, 44%)OKLCH
oklch(0.407 0.252 271.5)CMYK
cmyk(79%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2710BA
2#220EA5
3#1E0D91
4#1A0B7C
5#160967
6#110753
7#0D053E
8#090429
9#040215
Tints
Lighter variations
1#3114E9
2#462DED
3#5D47EF
4#7561F1
5#8C7CF4
6#A396F6
7#BAB0F8
8#D1CAFA
9#E8E5FD
Tones
Muted variations
1#321BC5
2#3925BC
3#402EB2
4#4738A9
5#4E419F
6#554B96
7#5B548C
8#625D83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A093 #A093F6 | BordersInactive statesPlaceholder text |
| 400 | 6F5B #6F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 462C #462CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B12 #2B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220E #220EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E2DEFC;
--blue-200: #C9C2FA;
--blue-300: #A093F6;
--blue-400: #6F5BF1;
--blue-500: #462CED;
--blue-600: #2B12CE;
--blue-700: #220EA4;
--blue-800: #180A75;
--blue-900: #10074B;
--blue-950: #0A042F;
}