Royal Blue
#2068F8
BlueColor Codes
All color formats for development
HEX
#2068F8RGB
rgb(32, 104, 248)HSL
hsl(220, 94%, 55%)OKLCH
oklch(0.565 0.227 262.1)CMYK
cmyk(87%, 58%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0857F5
2#074DDA
3#0643BE
4#053AA3
5#043088
6#03276D
7#031D52
8#021336
9#010A1B
Tints
Lighter variations
1#3777F9
2#4D86F9
3#6396FA
4#79A5FB
5#90B4FC
6#A6C3FC
7#BCD2FD
8#D2E1FE
9#E9F0FE
Tones
Muted variations
1#2B6CED
2#366FE3
3#4173D8
4#4C77CD
5#567AC2
6#617EB7
7#6C81AD
8#7785A2
9#818997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FB | BordersInactive statesPlaceholder text |
| 400 | 528A #528AFA | Disabled statesSecondary iconsMuted text |
| 500 | 2068 #2068F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074D #074DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053D #053DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE8FE;
--royal-blue-200: #BFD3FD;
--royal-blue-300: #8DB2FB;
--royal-blue-400: #528AFA;
--royal-blue-500: #2068F8;
--royal-blue-600: #074DDA;
--royal-blue-700: #053DAD;
--royal-blue-800: #042C7C;
--royal-blue-900: #021C4F;
--royal-blue-950: #021231;
}