Blue
#0917D7
BlueColor Codes
All color formats for development
HEX
#0917D7RGB
rgb(9, 23, 215)HSL
hsl(236, 92%, 44%)OKLCH
oklch(0.41 0.266 265)CMYK
cmyk(96%, 89%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0814C2
2#0712AC
3#061097
4#050E81
5#040B6C
6#040956
7#030741
8#02052B
9#010216
Tints
Lighter variations
1#0A1AF3
2#2432F6
3#3F4BF7
4#5A65F8
5#767FF9
6#9198FA
7#ADB2FC
8#C8CCFD
9#E4E5FE
Tones
Muted variations
1#1320CD
2#1E29C3
3#2832B8
4#323BAE
5#3D43A4
6#474C99
7#51558F
8#5C5E85
9#66677B
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 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FE;
--blue-100: #DDDFFE;
--blue-200: #BFC3FC;
--blue-300: #8E96FA;
--blue-400: #545FF8;
--blue-500: #2331F6;
--blue-600: #0917D7;
--blue-700: #0712AB;
--blue-800: #050D7A;
--blue-900: #03084E;
--blue-950: #020531;
}