Blue
#0827D9
BlueColor Codes
All color formats for development
HEX
#0827D9RGB
rgb(8, 39, 217)HSL
hsl(231, 93%, 44%)OKLCH
oklch(0.427 0.259 264.8)CMYK
cmyk(96%, 82%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0723C3
2#061FAD
3#051B98
4#051782
5#04146C
6#031057
7#020C41
8#02082B
9#010416
Tints
Lighter variations
1#092CF4
2#2342F7
3#3E5AF8
4#5A72F9
5#7589FA
6#91A1FB
7#ACB8FC
8#C8D0FD
9#E3E7FE
Tones
Muted variations
1#122ECE
2#1D36C4
3#273DB9
4#3244AF
5#3C4CA4
6#46539A
7#515A90
8#5B6285
9#66697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9E #8E9EFB | BordersInactive statesPlaceholder text |
| 400 | 536C #536CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2242 #2242F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0827 #0827D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061F #061FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030E #030E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE2FE;
--blue-200: #BFC8FD;
--blue-300: #8E9EFB;
--blue-400: #536CF9;
--blue-500: #2242F7;
--blue-600: #0827D9;
--blue-700: #061FAC;
--blue-800: #04167B;
--blue-900: #030E4F;
--blue-950: #020931;
}