Royal Blue
#7087DB
BlueColor Codes
All color formats for development
HEX
#7087DBRGB
rgb(112, 135, 219)HSL
hsl(227, 60%, 65%)OKLCH
oklch(0.643 0.129 270.8)CMYK
cmyk(49%, 38%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5671D5
2#3B5BCE
3#2E4DBA
4#28429F
5#213785
6#1B2C6A
7#142150
8#0D1635
9#070B1B
Tints
Lighter variations
1#7E93DF
2#8D9FE2
3#9BABE6
4#A9B7EA
5#B8C3ED
6#C6CFF1
7#D4DBF4
8#E2E7F8
9#F1F3FB
Tones
Muted variations
1#768AD6
2#7B8DD1
3#8091CB
4#8694C6
5#8B97C1
6#909ABB
7#969DB6
8#9BA0B0
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B0 #A1B0E8 | BordersInactive statesPlaceholder text |
| 400 | 7087 #7087DB | Disabled statesSecondary iconsMuted text |
| 500 | 4765 #4765D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D4A #2D4AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 243B #243B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2A #1A2A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101B #101B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E7F8;
--royal-blue-200: #CAD3F2;
--royal-blue-300: #A1B0E8;
--royal-blue-400: #7087DB;
--royal-blue-500: #4765D1;
--royal-blue-600: #2D4AB4;
--royal-blue-700: #243B8F;
--royal-blue-800: #1A2A66;
--royal-blue-900: #101B41;
--royal-blue-950: #0A1129;
}