Blue
#0909D7
BlueColor Codes
All color formats for development
HEX
#0909D7RGB
rgb(9, 9, 215)HSL
hsl(240, 92%, 44%)OKLCH
oklch(0.403 0.272 265)CMYK
cmyk(96%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0808C2
2#0707AC
3#060697
4#050581
5#04046C
6#040456
7#030341
8#02022B
9#010116
Tints
Lighter variations
1#0A0AF3
2#2424F6
3#3F3FF7
4#5A5AF8
5#7676F9
6#9191FA
7#ADADFC
8#C8C8FD
9#E4E4FE
Tones
Muted variations
1#1313CD
2#1E1EC3
3#2828B8
4#3232AE
5#3D3DA4
6#474799
7#51518F
8#5C5C85
9#66667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFA | BordersInactive statesPlaceholder text |
| 400 | 5454 #5454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2323 #2323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0909 #0909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0707 #0707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0505 #05057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FE;
--blue-100: #DDDDFE;
--blue-200: #BFBFFC;
--blue-300: #8E8EFA;
--blue-400: #5454F8;
--blue-500: #2323F6;
--blue-600: #0909D7;
--blue-700: #0707AB;
--blue-800: #05057A;
--blue-900: #03034E;
--blue-950: #020231;
}