Blue
#0723DA
BlueColor Codes
All color formats for development
HEX
#0723DARGB
rgb(7, 35, 218)HSL
hsl(232, 94%, 44%)OKLCH
oklch(0.424 0.263 264.8)CMYK
cmyk(97%, 84%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061FC4
2#051CAE
3#051898
4#041583
5#03116D
6#030E57
7#020A41
8#01072C
9#010316
Tints
Lighter variations
1#0827F5
2#213EF8
3#3D56F9
4#596EFA
5#7486FB
6#909FFC
7#ACB7FC
8#C8CFFD
9#E3E7FE
Tones
Muted variations
1#112BCF
2#1C32C5
3#263ABA
4#3142AF
5#3B4AA5
6#46519A
7#515990
8#5B6185
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9C #8D9CFB | BordersInactive statesPlaceholder text |
| 400 | 5268 #5268FA | Disabled statesSecondary iconsMuted text |
| 500 | 203D #203DF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0723 #0723DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 051C #051CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020D #020D4F | 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: #F0F2FF;
--blue-100: #DCE1FE;
--blue-200: #BFC7FD;
--blue-300: #8D9CFB;
--blue-400: #5268FA;
--blue-500: #203DF8;
--blue-600: #0723DA;
--blue-700: #051CAD;
--blue-800: #04147C;
--blue-900: #020D4F;
--blue-950: #020831;
}