Royal Blue
#203DF8
BlueColor Codes
All color formats for development
HEX
#203DF8RGB
rgb(32, 61, 248)HSL
hsl(232, 94%, 55%)OKLCH
oklch(0.495 0.271 266.4)CMYK
cmyk(87%, 75%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0827F5
2#0723DA
3#061EBE
4#051AA3
5#041688
6#03116D
7#030D52
8#020936
9#01041B
Tints
Lighter variations
1#3751F9
2#4D64F9
3#6377FA
4#798BFB
5#909EFC
6#A6B1FC
7#BCC5FD
8#D2D8FE
9#E9ECFE
Tones
Muted variations
1#2B45ED
2#364DE3
3#4155D8
4#4C5DCD
5#5665C2
6#616DB7
7#6C75AD
8#777CA2
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9C #8D9CFB | BordersInactive statesPlaceholder text |
| 400 | 5268 #5268FA | Disabled statesSecondary iconsMuted text |
| 500 | 203D #203DF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0723 #0723DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 051C #051CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020D #020D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE1FE;
--royal-blue-200: #BFC7FD;
--royal-blue-300: #8D9CFB;
--royal-blue-400: #5268FA;
--royal-blue-500: #203DF8;
--royal-blue-600: #0723DA;
--royal-blue-700: #051CAD;
--royal-blue-800: #04147C;
--royal-blue-900: #020D4F;
--royal-blue-950: #020831;
}