Blue
#2D11D0
BlueColor Codes
All color formats for development
HEX
#2D11D0RGB
rgb(45, 17, 208)HSL
hsl(249, 85%, 44%)OKLCH
oklch(0.41 0.254 272)CMYK
cmyk(78%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290FBB
2#240DA6
3#200C91
4#1B0A7D
5#170868
6#120753
7#0E053E
8#09032A
9#050215
Tints
Lighter variations
1#3313EA
2#492CEE
3#6046F0
4#7660F2
5#8D7BF4
6#A495F6
7#BBB0F9
8#D1CAFB
9#E8E5FD
Tones
Muted variations
1#341AC6
2#3B24BC
3#412DB3
4#4837A9
5#4F41A0
6#554A96
7#5C548D
8#635D83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F6 | BordersInactive statesPlaceholder text |
| 400 | 715A #715AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 482B #482BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D11 #2D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240D #240DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1106 #11064B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DEFC;
--blue-200: #CAC2FA;
--blue-300: #A192F6;
--blue-400: #715AF2;
--blue-500: #482BEE;
--blue-600: #2D11D0;
--blue-700: #240DA5;
--blue-800: #1A0A76;
--blue-900: #11064B;
--blue-950: #0A042F;
}