Royal Blue
#3080E8
BlueColor Codes
All color formats for development
HEX
#3080E8RGB
rgb(48, 128, 232)HSL
hsl(214, 80%, 55%)OKLCH
oklch(0.606 0.175 256.7)CMYK
cmyk(79%, 45%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1971E3
2#1664CA
3#1458B1
4#114B97
5#0E3F7E
6#0B3265
7#08264C
8#061932
9#030D19
Tints
Lighter variations
1#458DEA
2#5A99ED
3#6EA6EF
4#83B3F1
5#98C0F4
6#ACCCF6
7#C1D9F8
8#D6E6FA
9#EAF2FD
Tones
Muted variations
1#3A81DF
2#4382D6
3#4C84CD
4#5585C3
5#5E86BA
6#6887B1
7#7189A8
8#7A8A9F
9#838B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9C #5E9CED | Disabled statesSecondary iconsMuted text |
| 500 | 3080 #3080E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1664 #1664CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1250 #1250A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #082449 | 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: #F1F7FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C3DAF8;
--royal-blue-300: #95BEF3;
--royal-blue-400: #5E9CED;
--royal-blue-500: #3080E8;
--royal-blue-600: #1664CA;
--royal-blue-700: #1250A1;
--royal-blue-800: #0D3973;
--royal-blue-900: #082449;
--royal-blue-950: #05172E;
}