Royal Blue
#2F64E9
BlueColor Codes
All color formats for development
HEX
#2F64E9RGB
rgb(47, 100, 233)HSL
hsl(223, 81%, 55%)OKLCH
oklch(0.549 0.209 264.1)CMYK
cmyk(80%, 57%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1852E4
2#1549CB
3#1340B2
4#103798
5#0D2E7F
6#0B2466
7#081B4C
8#051233
9#030919
Tints
Lighter variations
1#4473EB
2#5983EE
3#6E92F0
4#82A2F2
5#97B1F4
6#ACC1F6
7#C1D0F8
8#D5E0FB
9#EAEFFD
Tones
Muted variations
1#3968E0
2#426CD7
3#4B70CD
4#5474C4
5#5E78BB
6#677CB1
7#7080A8
8#7A849F
9#838896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D2 #C3D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D86 #5D86EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F64 #2F64E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1549 #1549CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 113A #113AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C29 #0C2973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DFE7FC;
--royal-blue-200: #C3D2F9;
--royal-blue-300: #95B0F4;
--royal-blue-400: #5D86EE;
--royal-blue-500: #2F64E9;
--royal-blue-600: #1549CB;
--royal-blue-700: #113AA2;
--royal-blue-800: #0C2973;
--royal-blue-900: #081A4A;
--royal-blue-950: #05112E;
}