Blue
#202FF8
BlueColor Codes
All color formats for development
HEX
#202FF8RGB
rgb(32, 47, 248)HSL
hsl(236, 94%, 55%)OKLCH
oklch(0.478 0.283 266.9)CMYK
cmyk(87%, 81%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0817F5
2#0715DA
3#0612BE
4#0510A3
5#040D88
6#030A6D
7#030852
8#020536
9#01031B
Tints
Lighter variations
1#3744F9
2#4D58F9
3#636DFA
4#7982FB
5#9097FC
6#A6ACFC
7#BCC1FD
8#D2D5FE
9#E9EAFE
Tones
Muted variations
1#2B38ED
2#3641E3
3#414BD8
4#4C54CD
5#565EC2
6#6167B7
7#6C70AD
8#777AA2
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D95 #8D95FB | BordersInactive statesPlaceholder text |
| 400 | 525D #525DFA | Disabled statesSecondary iconsMuted text |
| 500 | 202F #202FF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0715 #0715DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0511 #0511AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #02084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BFC3FD;
--blue-300: #8D95FB;
--blue-400: #525DFA;
--blue-500: #202FF8;
--blue-600: #0715DA;
--blue-700: #0511AD;
--blue-800: #040C7C;
--blue-900: #02084F;
--blue-950: #020531;
}