Blue
#3111D0
BlueColor Codes
All color formats for development
HEX
#3111D0RGB
rgb(49, 17, 208)HSL
hsl(250, 85%, 44%)OKLCH
oklch(0.413 0.253 273.2)CMYK
cmyk(76%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0FBB
2#270DA6
3#220C91
4#1D0A7D
5#180868
6#130753
7#0F053E
8#0A032A
9#050215
Tints
Lighter variations
1#3713EA
2#4C2CEE
3#6246F0
4#7960F2
5#8F7BF4
6#A695F6
7#BCB0F9
8#D2CAFB
9#E9E5FD
Tones
Muted variations
1#371AC6
2#3D24BC
3#442DB3
4#4A37A9
5#5041A0
6#574A96
7#5D548D
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 | CBC2 #CBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A392 #A392F6 | BordersInactive statesPlaceholder text |
| 400 | 735A #735AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4B2B #4B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3111 #3111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270D #270DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0A #1C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1206 #12064B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DEFC;
--blue-200: #CBC2FA;
--blue-300: #A392F6;
--blue-400: #735AF2;
--blue-500: #4B2BEE;
--blue-600: #3111D0;
--blue-700: #270DA5;
--blue-800: #1C0A76;
--blue-900: #12064B;
--blue-950: #0B042F;
}