Royal Blue
#2065F8
BlueColor Codes
All color formats for development
HEX
#2065F8RGB
rgb(32, 101, 248)HSL
hsl(221, 94%, 55%)OKLCH
oklch(0.56 0.23 262.6)CMYK
cmyk(87%, 59%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0853F5
2#074ADA
3#0640BE
4#0537A3
5#042E88
6#03256D
7#031C52
8#021236
9#01091B
Tints
Lighter variations
1#3774F9
2#4D84F9
3#6393FA
4#79A2FB
5#90B2FC
6#A6C1FC
7#BCD1FD
8#D2E0FE
9#E9F0FE
Tones
Muted variations
1#2B69ED
2#366DE3
3#4171D8
4#4C75CD
5#5678C2
6#617CB7
7#6C80AD
8#7784A2
9#818897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FB | BordersInactive statesPlaceholder text |
| 400 | 5287 #5287FA | Disabled statesSecondary iconsMuted text |
| 500 | 2065 #2065F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074A #074ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053A #053AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE7FE;
--royal-blue-200: #BFD2FD;
--royal-blue-300: #8DB0FB;
--royal-blue-400: #5287FA;
--royal-blue-500: #2065F8;
--royal-blue-600: #074ADA;
--royal-blue-700: #053AAD;
--royal-blue-800: #042A7C;
--royal-blue-900: #021B4F;
--royal-blue-950: #021131;
}