Blue
#071FDA
BlueColor Codes
All color formats for development
HEX
#071FDARGB
rgb(7, 31, 218)HSL
hsl(233, 94%, 44%)OKLCH
oklch(0.42 0.265 264.8)CMYK
cmyk(97%, 86%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061CC4
2#0519AE
3#051698
4#041383
5#03106D
6#030D57
7#020941
8#01062C
9#010316
Tints
Lighter variations
1#0823F5
2#213AF8
3#3D53F9
4#596CFA
5#7484FB
6#909DFC
7#ACB5FC
8#C8CEFD
9#E3E6FE
Tones
Muted variations
1#1127CF
2#1C30C5
3#2638BA
4#3140AF
5#3B48A5
6#46509A
7#515890
8#5B6085
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 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9A #8D9AFB | BordersInactive statesPlaceholder text |
| 400 | 5265 #5265FA | Disabled statesSecondary iconsMuted text |
| 500 | 203A #203AF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071F #071FDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0519 #0519AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BFC6FD;
--blue-300: #8D9AFB;
--blue-400: #5265FA;
--blue-500: #203AF8;
--blue-600: #071FDA;
--blue-700: #0519AD;
--blue-800: #04127C;
--blue-900: #020B4F;
--blue-950: #020731;
}