Blue
#1A11D0
BlueColor Codes
All color formats for development
HEX
#1A11D0RGB
rgb(26, 17, 208)HSL
hsl(243, 85%, 44%)OKLCH
oklch(0.402 0.259 267.4)CMYK
cmyk(88%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180FBB
2#150DA6
3#120C91
4#100A7D
5#0D0868
6#0B0753
7#08053E
8#05032A
9#030215
Tints
Lighter variations
1#1E13EA
2#352CEE
3#4F46F0
4#6860F2
5#817BF4
6#9A95F6
7#B3B0F9
8#CDCAFB
9#E6E5FD
Tones
Muted variations
1#231AC6
2#2C24BC
3#342DB3
4#3D37A9
5#4541A0
6#4E4A96
7#56548D
8#5F5D83
9#68677A
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 | 9792 #9792F6 | BordersInactive statesPlaceholder text |
| 400 | 615A #615AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 342B #342BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A11 #1A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150D #150DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0A #0F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A06 #0A064B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | 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: #9792F6;
--blue-400: #615AF2;
--blue-500: #342BEE;
--blue-600: #1A11D0;
--blue-700: #150DA5;
--blue-800: #0F0A76;
--blue-900: #0A064B;
--blue-950: #06042F;
}