Blue
#2613CD
BlueColor Codes
All color formats for development
HEX
#2613CDRGB
rgb(38, 19, 205)HSL
hsl(246, 83%, 44%)OKLCH
oklch(0.404 0.252 270.2)CMYK
cmyk(81%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2211B9
2#1E0FA4
3#1A0D90
4#170B7B
5#130A67
6#0F0852
7#0B063E
8#080429
9#040215
Tints
Lighter variations
1#2A16E7
2#412EEC
3#5948EE
4#7062F0
5#887CF3
6#A096F5
7#B8B1F8
8#CFCBFA
9#E7E5FD
Tones
Muted variations
1#2D1CC4
2#3526BB
3#3C2FB1
4#4338A8
5#4B429F
6#524B95
7#5A548C
8#615E83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D94 #9D94F5 | BordersInactive statesPlaceholder text |
| 400 | 6A5C #6A5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 402D #402DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2613 #2613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E0F #1E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150B #150B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E07 #0E074B | 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: #E1DEFC;
--blue-200: #C8C2F9;
--blue-300: #9D94F5;
--blue-400: #6A5CF0;
--blue-500: #402DEB;
--blue-600: #2613CD;
--blue-700: #1E0FA3;
--blue-800: #150B75;
--blue-900: #0E074B;
--blue-950: #09042F;
}