Blue
#3A11D0
BlueColor Codes
All color formats for development
HEX
#3A11D0RGB
rgb(58, 17, 208)HSL
hsl(253, 85%, 44%)OKLCH
oklch(0.419 0.251 276.1)CMYK
cmyk(72%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340FBB
2#2F0DA6
3#290C91
4#230A7D
5#1D0868
6#170753
7#11053E
8#0C032A
9#060215
Tints
Lighter variations
1#4213EA
2#562CEE
3#6B46F0
4#8060F2
5#957BF4
6#AA95F6
7#C0B0F9
8#D5CAFB
9#EAE5FD
Tones
Muted variations
1#401AC6
2#4524BC
3#4A2DB3
4#5037A9
5#5541A0
6#5B4A96
7#60548D
8#655D83
9#6B677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC2 #CEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A892 #A892F6 | BordersInactive statesPlaceholder text |
| 400 | 7B5A #7B5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 552B #552BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A11 #3A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E0D #2E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210A #210A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1506 #15064B | Primary textHigh emphasis contentDark headings |
| 950 | 0D04 #0D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DEFC;
--blue-200: #CEC2FA;
--blue-300: #A892F6;
--blue-400: #7B5AF2;
--blue-500: #552BEE;
--blue-600: #3A11D0;
--blue-700: #2E0DA5;
--blue-800: #210A76;
--blue-900: #15064B;
--blue-950: #0D042F;
}