Blue
#2411D0
BlueColor Codes
All color formats for development
HEX
#2411D0RGB
rgb(36, 17, 208)HSL
hsl(246, 85%, 44%)OKLCH
oklch(0.406 0.256 269.6)CMYK
cmyk(83%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200FBB
2#1D0DA6
3#190C91
4#160A7D
5#120868
6#0E0753
7#0B053E
8#07032A
9#040215
Tints
Lighter variations
1#2813EA
2#3F2CEE
3#5746F0
4#6F60F2
5#877BF4
6#9F95F6
7#B7B0F9
8#CFCAFB
9#E7E5FD
Tones
Muted variations
1#2C1AC6
2#3324BC
3#3B2DB3
4#4237A9
5#4A41A0
6#524A96
7#59548D
8#615D83
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 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C92 #9C92F6 | BordersInactive statesPlaceholder text |
| 400 | 695A #695AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E2B #3E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2411 #2411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0D #1D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140A #140A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D06 #0D064B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DEFC;
--blue-200: #C7C2FA;
--blue-300: #9C92F6;
--blue-400: #695AF2;
--blue-500: #3E2BEE;
--blue-600: #2411D0;
--blue-700: #1D0DA5;
--blue-800: #140A76;
--blue-900: #0D064B;
--blue-950: #08042F;
}