Blue
#1711D0
BlueColor Codes
All color formats for development
HEX
#1711D0RGB
rgb(23, 17, 208)HSL
hsl(242, 85%, 44%)OKLCH
oklch(0.401 0.26 266.9)CMYK
cmyk(89%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150FBB
2#130DA6
3#100C91
4#0E0A7D
5#0C0868
6#090753
7#07053E
8#05032A
9#020215
Tints
Lighter variations
1#1A13EA
2#322CEE
3#4C46F0
4#6560F2
5#7F7BF4
6#9995F6
7#B2B0F9
8#CCCAFB
9#E5E5FD
Tones
Muted variations
1#201AC6
2#2924BC
3#322DB3
4#3B37A9
5#4441A0
6#4D4A96
7#55548D
8#5E5D83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9692 #9692F6 | BordersInactive statesPlaceholder text |
| 400 | 5F5A #5F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 312B #312BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1711 #1711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120D #120DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0A #0D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0806 #08064B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDEFC;
--blue-200: #C4C2FA;
--blue-300: #9692F6;
--blue-400: #5F5AF2;
--blue-500: #312BEE;
--blue-600: #1711D0;
--blue-700: #120DA5;
--blue-800: #0D0A76;
--blue-900: #08064B;
--blue-950: #05042F;
}