Royal Blue
#2F73E9
BlueColor Codes
All color formats for development
HEX
#2F73E9RGB
rgb(47, 115, 233)HSL
hsl(218, 81%, 55%)OKLCH
oklch(0.579 0.192 260.6)CMYK
cmyk(80%, 51%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1863E4
2#1558CB
3#134DB2
4#104298
5#0D377F
6#0B2C66
7#08214C
8#051633
9#030B19
Tints
Lighter variations
1#4481EB
2#598FEE
3#6E9DF0
4#82ABF2
5#97B9F4
6#ACC7F6
7#C1D5F8
8#D5E3FB
9#EAF1FD
Tones
Muted variations
1#3976E0
2#4278D7
3#4B7BCD
4#547DC4
5#5E80BB
6#6782B1
7#7085A8
8#7A879F
9#838A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F4 | BordersInactive statesPlaceholder text |
| 400 | 5D92 #5D92EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F73 #2F73E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1558 #1558CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1146 #1146A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C32 #0C3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #08204A | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DFE9FC;
--royal-blue-200: #C3D7F9;
--royal-blue-300: #95B8F4;
--royal-blue-400: #5D92EE;
--royal-blue-500: #2F73E9;
--royal-blue-600: #1558CB;
--royal-blue-700: #1146A2;
--royal-blue-800: #0C3273;
--royal-blue-900: #08204A;
--royal-blue-950: #05142E;
}