Blue
#091ED7
BlueColor Codes
All color formats for development
HEX
#091ED7RGB
rgb(9, 30, 215)HSL
hsl(234, 92%, 44%)OKLCH
oklch(0.416 0.263 265)CMYK
cmyk(96%, 86%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081BC2
2#0718AC
3#061597
4#051281
5#040F6C
6#040C56
7#030941
8#02062B
9#010316
Tints
Lighter variations
1#0A21F3
2#2439F6
3#3F51F7
4#5A6AF8
5#7683F9
6#919CFA
7#ADB5FC
8#C8CDFD
9#E4E6FE
Tones
Muted variations
1#1326CD
2#1E2EC3
3#2836B8
4#323FAE
5#3D47A4
6#474F99
7#51578F
8#5C6085
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FA | BordersInactive statesPlaceholder text |
| 400 | 5464 #5464F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2338 #2338F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091E #091ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0718 #0718AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0511 #05117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030B #030B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE0FE;
--blue-200: #BFC5FC;
--blue-300: #8E99FA;
--blue-400: #5464F8;
--blue-500: #2338F6;
--blue-600: #091ED7;
--blue-700: #0718AB;
--blue-800: #05117A;
--blue-900: #030B4E;
--blue-950: #020731;
}