Blue
#2711D0
BlueColor Codes
All color formats for development
HEX
#2711D0RGB
rgb(39, 17, 208)HSL
hsl(247, 85%, 44%)OKLCH
oklch(0.407 0.256 270.3)CMYK
cmyk(81%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230FBB
2#1F0DA6
3#1B0C91
4#170A7D
5#140868
6#100753
7#0C053E
8#08032A
9#040215
Tints
Lighter variations
1#2C13EA
2#422CEE
3#5A46F0
4#7160F2
5#897BF4
6#A195F6
7#B8B0F9
8#D0CAFB
9#E7E5FD
Tones
Muted variations
1#2E1AC6
2#3624BC
3#3D2DB3
4#4437A9
5#4C41A0
6#534A96
7#5A548D
8#625D83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E92 #9E92F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5A #6C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 412B #412BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2711 #2711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0D #1F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160A #160A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E06 #0E064B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E2DEFC;
--blue-200: #C8C2FA;
--blue-300: #9E92F6;
--blue-400: #6C5AF2;
--blue-500: #412BEE;
--blue-600: #2711D0;
--blue-700: #1F0DA5;
--blue-800: #160A76;
--blue-900: #0E064B;
--blue-950: #09042F;
}