Royal Blue
#2F80E9
BlueColor Codes
All color formats for development
HEX
#2F80E9RGB
rgb(47, 128, 233)HSL
hsl(214, 81%, 55%)OKLCH
oklch(0.607 0.177 256.7)CMYK
cmyk(80%, 45%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1871E4
2#1564CB
3#1358B2
4#104B98
5#0D3F7F
6#0B3266
7#08264C
8#051933
9#030D19
Tints
Lighter variations
1#448DEB
2#5999EE
3#6EA6F0
4#82B3F2
5#97BFF4
6#ACCCF6
7#C1D9F8
8#D5E6FB
9#EAF2FD
Tones
Muted variations
1#3981E0
2#4282D7
3#4B84CD
4#5485C4
5#5E86BB
6#6787B1
7#7089A8
8#7A8A9F
9#838B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F80 #2F80E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1564 #1564CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1150 #1150A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C39 #0C3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #08244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DFEBFC;
--royal-blue-200: #C3DAF9;
--royal-blue-300: #95BEF4;
--royal-blue-400: #5D9CEE;
--royal-blue-500: #2F80E9;
--royal-blue-600: #1564CB;
--royal-blue-700: #1150A2;
--royal-blue-800: #0C3973;
--royal-blue-900: #08244A;
--royal-blue-950: #05172E;
}