Royal Blue
#204CF8
BlueColor Codes
All color formats for development
HEX
#204CF8RGB
rgb(32, 76, 248)HSL
hsl(228, 94%, 55%)OKLCH
oklch(0.516 0.257 265.5)CMYK
cmyk(87%, 69%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0837F5
2#0731DA
3#062BBE
4#0525A3
5#041F88
6#03186D
7#031252
8#020C36
9#01061B
Tints
Lighter variations
1#375DF9
2#4D6FF9
3#6381FA
4#7993FB
5#90A5FC
6#A6B7FC
7#BCC9FD
8#D2DBFE
9#E9EDFE
Tones
Muted variations
1#2B52ED
2#3658E3
3#415FD8
4#4C65CD
5#566CC2
6#6172B7
7#6C79AD
8#777FA2
9#818697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA3 #8DA3FB | BordersInactive statesPlaceholder text |
| 400 | 5273 #5273FA | Disabled statesSecondary iconsMuted text |
| 500 | 204C #204CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0731 #0731DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0527 #0527AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0212 #02124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE3FE;
--royal-blue-200: #BFCBFD;
--royal-blue-300: #8DA3FB;
--royal-blue-400: #5273FA;
--royal-blue-500: #204CF8;
--royal-blue-600: #0731DA;
--royal-blue-700: #0527AD;
--royal-blue-800: #041C7C;
--royal-blue-900: #02124F;
--royal-blue-950: #020B31;
}