Royal Blue
#7082DB
BlueColor Codes
All color formats for development
HEX
#7082DBRGB
rgb(112, 130, 219)HSL
hsl(230, 60%, 65%)OKLCH
oklch(0.632 0.135 273.3)CMYK
cmyk(49%, 41%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566BD5
2#3B54CE
3#2E46BA
4#283C9F
5#213285
6#1B286A
7#141E50
8#0D1435
9#070A1B
Tints
Lighter variations
1#7E8FDF
2#8D9BE2
3#9BA8E6
4#A9B4EA
5#B8C1ED
6#C6CDF1
7#D4DAF4
8#E2E6F8
9#F1F3FB
Tones
Muted variations
1#7686D6
2#7B89D1
3#808DCB
4#8690C6
5#8B94C1
6#9097BB
7#969BB6
8#9B9FB0
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AD #A1ADE8 | BordersInactive statesPlaceholder text |
| 400 | 7082 #7082DB | Disabled statesSecondary iconsMuted text |
| 500 | 475E #475ED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D43 #2D43B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2436 #24368F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A26 #1A2666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #CAD1F2;
--royal-blue-300: #A1ADE8;
--royal-blue-400: #7082DB;
--royal-blue-500: #475ED1;
--royal-blue-600: #2D43B4;
--royal-blue-700: #24368F;
--royal-blue-800: #1A2666;
--royal-blue-900: #101841;
--royal-blue-950: #0A0F29;
}