Blue
#2913CD
BlueColor Codes
All color formats for development
HEX
#2913CDRGB
rgb(41, 19, 205)HSL
hsl(247, 83%, 44%)OKLCH
oklch(0.406 0.251 271)CMYK
cmyk(80%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2511B9
2#210FA4
3#1D0D90
4#180B7B
5#140A67
6#100852
7#0C063E
8#080429
9#040215
Tints
Lighter variations
1#2E16E7
2#442EEC
3#5B48EE
4#7362F0
5#8A7CF3
6#A296F5
7#B9B1F8
8#D0CBFA
9#E8E5FD
Tones
Muted variations
1#301CC4
2#3726BB
3#3E2FB1
4#4538A8
5#4D429F
6#544B95
7#5B548C
8#625E83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F5 | BordersInactive statesPlaceholder text |
| 400 | 6D5C #6D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 432D #432DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2913 #2913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200F #200FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170B #170B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E2DEFC;
--blue-200: #C9C2F9;
--blue-300: #9F94F5;
--blue-400: #6D5CF0;
--blue-500: #432DEB;
--blue-600: #2913CD;
--blue-700: #200FA3;
--blue-800: #170B75;
--blue-900: #0F074B;
--blue-950: #09042F;
}