Blue
#1411D0
BlueColor Codes
All color formats for development
HEX
#1411D0RGB
rgb(20, 17, 208)HSL
hsl(241, 85%, 44%)OKLCH
oklch(0.4 0.26 266.4)CMYK
cmyk(90%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120FBB
2#100DA6
3#0E0C91
4#0C0A7D
5#0A0868
6#080753
7#06053E
8#04032A
9#020215
Tints
Lighter variations
1#1713EA
2#2F2CEE
3#4946F0
4#6360F2
5#7D7BF4
6#9795F6
7#B1B0F9
8#CBCAFB
9#E5E5FD
Tones
Muted variations
1#1D1AC6
2#2624BC
3#302DB3
4#3937A9
5#4241A0
6#4B4A96
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 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9492 #9492F6 | BordersInactive statesPlaceholder text |
| 400 | 5C5A #5C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2E2B #2E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1411 #1411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 100D #100DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0A #0B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0706 #07064B | 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: #DEDEFC;
--blue-200: #C3C2FA;
--blue-300: #9492F6;
--blue-400: #5C5AF2;
--blue-500: #2E2BEE;
--blue-600: #1411D0;
--blue-700: #100DA5;
--blue-800: #0B0A76;
--blue-900: #07064B;
--blue-950: #05042F;
}