Blue
#091AD7
BlueColor Codes
All color formats for development
HEX
#091AD7RGB
rgb(9, 26, 215)HSL
hsl(235, 92%, 44%)OKLCH
oklch(0.413 0.265 265)CMYK
cmyk(96%, 88%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0818C2
2#0715AC
3#061297
4#051081
5#040D6C
6#040A56
7#030841
8#02052B
9#010316
Tints
Lighter variations
1#0A1EF3
2#2435F6
3#3F4EF7
4#5A68F8
5#7681F9
6#919AFA
7#ADB3FC
8#C8CDFD
9#E4E6FE
Tones
Muted variations
1#1323CD
2#1E2BC3
3#2834B8
4#323DAE
5#3D45A4
6#474E99
7#51568F
8#5C5F85
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FA | BordersInactive statesPlaceholder text |
| 400 | 5461 #5461F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2334 #2334F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091A #091AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0715 #0715AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050F #050F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FE;
--blue-100: #DDDFFE;
--blue-200: #BFC4FC;
--blue-300: #8E97FA;
--blue-400: #5461F8;
--blue-500: #2334F6;
--blue-600: #091AD7;
--blue-700: #0715AB;
--blue-800: #050F7A;
--blue-900: #030A4E;
--blue-950: #020631;
}