Royal Blue
#204FF8
BlueColor Codes
All color formats for development
HEX
#204FF8RGB
rgb(32, 79, 248)HSL
hsl(227, 94%, 55%)OKLCH
oklch(0.521 0.254 265.3)CMYK
cmyk(87%, 68%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083BF5
2#0734DA
3#062EBE
4#0527A3
5#042188
6#031A6D
7#031452
8#020D36
9#01071B
Tints
Lighter variations
1#3761F9
2#4D72F9
3#6384FA
4#7995FB
5#90A7FC
6#A6B9FC
7#BCCAFD
8#D2DCFE
9#E9EDFE
Tones
Muted variations
1#2B55ED
2#365BE3
3#4161D8
4#4C68CD
5#566EC2
6#6174B7
7#6C7AAD
8#7780A2
9#818697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA5 #8DA5FB | BordersInactive statesPlaceholder text |
| 400 | 5276 #5276FA | Disabled statesSecondary iconsMuted text |
| 500 | 204F #204FF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0734 #0734DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052A #052AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0213 #02134F | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE4FE;
--royal-blue-200: #BFCCFD;
--royal-blue-300: #8DA5FB;
--royal-blue-400: #5276FA;
--royal-blue-500: #204FF8;
--royal-blue-600: #0734DA;
--royal-blue-700: #052AAD;
--royal-blue-800: #041E7C;
--royal-blue-900: #02134F;
--royal-blue-950: #020C31;
}