Blue
#0824D9
BlueColor Codes
All color formats for development
HEX
#0824D9RGB
rgb(8, 36, 217)HSL
hsl(232, 93%, 44%)OKLCH
oklch(0.424 0.261 264.8)CMYK
cmyk(96%, 83%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0720C3
2#061DAD
3#051998
4#051582
5#04126C
6#030E57
7#020B41
8#02072B
9#010416
Tints
Lighter variations
1#0928F4
2#233FF7
3#3E57F8
4#5A6FF9
5#7587FA
6#919FFB
7#ACB7FC
8#C8CFFD
9#E3E7FE
Tones
Muted variations
1#122BCE
2#1D33C4
3#273BB9
4#3242AF
5#3C4AA4
6#46529A
7#515990
8#5B6185
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 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9C #8E9CFB | BordersInactive statesPlaceholder text |
| 400 | 5369 #5369F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223E #223EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0824 #0824D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061C #061CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4F | 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: #BFC7FD;
--blue-300: #8E9CFB;
--blue-400: #5369F9;
--blue-500: #223EF7;
--blue-600: #0824D9;
--blue-700: #061CAC;
--blue-800: #04147B;
--blue-900: #030D4F;
--blue-950: #020831;
}