Blue
#2111D0
BlueColor Codes
All color formats for development
HEX
#2111D0RGB
rgb(33, 17, 208)HSL
hsl(245, 85%, 44%)OKLCH
oklch(0.404 0.257 268.9)CMYK
cmyk(84%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0FBB
2#1A0DA6
3#170C91
4#140A7D
5#100868
6#0D0753
7#0A053E
8#07032A
9#030215
Tints
Lighter variations
1#2513EA
2#3C2CEE
3#5446F0
4#6D60F2
5#857BF4
6#9D95F6
7#B6B0F9
8#CECAFB
9#E7E5FD
Tones
Muted variations
1#291AC6
2#3124BC
3#392DB3
4#4137A9
5#4841A0
6#504A96
7#58548D
8#605D83
9#68677A
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 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B92 #9B92F6 | BordersInactive statesPlaceholder text |
| 400 | 675A #675AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3B2B #3B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2111 #2111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0D #1A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C06 #0C064B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DEFC;
--blue-200: #C6C2FA;
--blue-300: #9B92F6;
--blue-400: #675AF2;
--blue-500: #3B2BEE;
--blue-600: #2111D0;
--blue-700: #1A0DA5;
--blue-800: #130A76;
--blue-900: #0C064B;
--blue-950: #07042F;
}