Blue
#071CDA
BlueColor Codes
All color formats for development
HEX
#071CDARGB
rgb(7, 28, 218)HSL
hsl(234, 94%, 44%)OKLCH
oklch(0.418 0.267 264.8)CMYK
cmyk(97%, 87%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0619C4
2#0516AE
3#051398
4#041183
5#030E6D
6#030B57
7#020841
8#01062C
9#010316
Tints
Lighter variations
1#081FF5
2#2137F8
3#3D50F9
4#5969FA
5#7482FB
6#909BFC
7#ACB4FC
8#C8CDFD
9#E3E6FE
Tones
Muted variations
1#1124CF
2#1C2DC5
3#2635BA
4#313EAF
5#3B46A5
6#464E9A
7#515790
8#5B5F85
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FB | BordersInactive statesPlaceholder text |
| 400 | 5263 #5263FA | Disabled statesSecondary iconsMuted text |
| 500 | 2036 #2036F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071C #071CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0516 #0516AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BFC5FD;
--blue-300: #8D98FB;
--blue-400: #5263FA;
--blue-500: #2036F8;
--blue-600: #071CDA;
--blue-700: #0516AD;
--blue-800: #04107C;
--blue-900: #020A4F;
--blue-950: #020631;
}