Blue
#1111D0
BlueColor Codes
All color formats for development
HEX
#1111D0RGB
rgb(17, 17, 208)HSL
hsl(240, 85%, 44%)OKLCH
oklch(0.399 0.261 266)CMYK
cmyk(92%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0FBB
2#0D0DA6
3#0C0C91
4#0A0A7D
5#080868
6#070753
7#05053E
8#03032A
9#020215
Tints
Lighter variations
1#1313EA
2#2C2CEE
3#4646F0
4#6060F2
5#7B7BF4
6#9595F6
7#B0B0F9
8#CACAFB
9#E5E5FD
Tones
Muted variations
1#1A1AC6
2#2424BC
3#2D2DB3
4#3737A9
5#4141A0
6#4A4A96
7#54548D
8#5D5D83
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 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5A #5A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2B #2B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1111 #1111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D0D #0D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDEFC;
--blue-200: #C2C2FA;
--blue-300: #9292F6;
--blue-400: #5A5AF2;
--blue-500: #2B2BEE;
--blue-600: #1111D0;
--blue-700: #0D0DA5;
--blue-800: #0A0A76;
--blue-900: #06064B;
--blue-950: #04042F;
}