Blue
#0925D7
BlueColor Codes
All color formats for development
HEX
#0925D7RGB
rgb(9, 37, 215)HSL
hsl(232, 92%, 44%)OKLCH
oklch(0.423 0.258 264.9)CMYK
cmyk(96%, 83%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0821C2
2#071DAC
3#061A97
4#051681
5#04126C
6#040F56
7#030B41
8#02072B
9#010416
Tints
Lighter variations
1#0A29F3
2#2440F6
3#3F58F7
4#5A70F8
5#7687F9
6#919FFA
7#ADB7FC
8#C8CFFD
9#E4E7FE
Tones
Muted variations
1#132CCD
2#1E34C3
3#283BB8
4#3243AE
5#3D4AA4
6#475299
7#51598F
8#5C6185
9#66697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE1FE;
--blue-200: #BFC7FC;
--blue-300: #8E9DFA;
--blue-400: #546AF8;
--blue-500: #233FF6;
--blue-600: #0925D7;
--blue-700: #071DAB;
--blue-800: #05157A;
--blue-900: #030D4E;
--blue-950: #020831;
}