Blue
#2A11D0
BlueColor Codes
All color formats for development
HEX
#2A11D0RGB
rgb(42, 17, 208)HSL
hsl(248, 85%, 44%)OKLCH
oklch(0.409 0.255 271.1)CMYK
cmyk(80%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260FBB
2#220DA6
3#1E0C91
4#190A7D
5#150868
6#110753
7#0D053E
8#08032A
9#040215
Tints
Lighter variations
1#3013EA
2#462CEE
3#5D46F0
4#7460F2
5#8B7BF4
6#A295F6
7#B9B0F9
8#D1CAFB
9#E8E5FD
Tones
Muted variations
1#311AC6
2#3824BC
3#3F2DB3
4#4637A9
5#4D41A0
6#544A96
7#5B548D
8#625D83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A092 #A092F6 | BordersInactive statesPlaceholder text |
| 400 | 6E5A #6E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 452B #452BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A11 #2A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220D #220DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F06 #0F064B | 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: #E2DEFC;
--blue-200: #C9C2FA;
--blue-300: #A092F6;
--blue-400: #6E5AF2;
--blue-500: #452BEE;
--blue-600: #2A11D0;
--blue-700: #220DA5;
--blue-800: #180A76;
--blue-900: #0F064B;
--blue-950: #0A042F;
}