Blue
#2115CB
BlueColor Codes
All color formats for development
HEX
#2115CBRGB
rgb(33, 21, 203)HSL
hsl(244, 81%, 44%)OKLCH
oklch(0.4 0.25 269.1)CMYK
cmyk(84%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E13B7
2#1B11A2
3#170F8E
4#140D7A
5#110B66
6#0D0951
7#0A063D
8#070429
9#030214
Tints
Lighter variations
1#2618E5
2#3D30E9
3#554AEC
4#6D64EF
5#857EF1
6#9E98F4
7#B6B1F7
8#CECBFA
9#E7E5FC
Tones
Muted variations
1#291EC2
2#3127B9
3#3931B0
4#413AA7
5#49439E
6#514C95
7#59558B
8#605E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B95 #9B95F4 | BordersInactive statesPlaceholder text |
| 400 | 675D #675DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3C2F #3C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2115 #2115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B11 #1B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130C #130C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C08 #0C084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DFFC;
--blue-200: #C7C3F9;
--blue-300: #9B95F4;
--blue-400: #675DEE;
--blue-500: #3C2FE9;
--blue-600: #2115CB;
--blue-700: #1B11A2;
--blue-800: #130C73;
--blue-900: #0C084A;
--blue-950: #08052E;
}