Blue
#111AD0
BlueColor Codes
All color formats for development
HEX
#111AD0RGB
rgb(17, 26, 208)HSL
hsl(237, 85%, 44%)OKLCH
oklch(0.405 0.256 265.9)CMYK
cmyk(92%, 88%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F18BB
2#0D15A6
3#0C1291
4#0A107D
5#080D68
6#070B53
7#05083E
8#03052A
9#020315
Tints
Lighter variations
1#131EEA
2#2C35EE
3#464FF0
4#6068F2
5#7B81F4
6#959AF6
7#B0B3F9
8#CACDFB
9#E5E6FD
Tones
Muted variations
1#1A23C6
2#242CBC
3#2D34B3
4#373DA9
5#4145A0
6#4A4E96
7#54568D
8#5D5F83
9#67687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9297 #9297F6 | BordersInactive statesPlaceholder text |
| 400 | 5A61 #5A61F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B34 #2B34EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111A #111AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D15 #0D15A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0F #0A0F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060A #060A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDFFC;
--blue-200: #C2C4FA;
--blue-300: #9297F6;
--blue-400: #5A61F2;
--blue-500: #2B34EE;
--blue-600: #111AD0;
--blue-700: #0D15A5;
--blue-800: #0A0F76;
--blue-900: #060A4B;
--blue-950: #04062F;
}