Blue
#2C13CD
BlueColor Codes
All color formats for development
HEX
#2C13CDRGB
rgb(44, 19, 205)HSL
hsl(248, 83%, 44%)OKLCH
oklch(0.407 0.25 271.9)CMYK
cmyk(79%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2811B9
2#230FA4
3#1F0D90
4#1A0B7B
5#160A67
6#120852
7#0D063E
8#090429
9#040215
Tints
Lighter variations
1#3116E7
2#472EEC
3#5E48EE
4#7562F0
5#8C7CF3
6#A396F5
7#BAB1F8
8#D1CBFA
9#E8E5FD
Tones
Muted variations
1#331CC4
2#3A26BB
3#402FB1
4#4738A8
5#4E429F
6#554B95
7#5C548C
8#635E83
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 | CAC2 #CAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A194 #A194F5 | BordersInactive statesPlaceholder text |
| 400 | 6F5C #6F5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 462D #462DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C13 #2C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230F #230FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190B #190B75 | 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: #CAC2F9;
--blue-300: #A194F5;
--blue-400: #6F5CF0;
--blue-500: #462DEB;
--blue-600: #2C13CD;
--blue-700: #230FA3;
--blue-800: #190B75;
--blue-900: #10074B;
--blue-950: #0A042F;
}