Royal Blue
#7285DA
BlueColor Codes
All color formats for development
HEX
#7285DARGB
rgb(114, 133, 218)HSL
hsl(229, 58%, 65%)OKLCH
oklch(0.639 0.129 272.7)CMYK
cmyk(48%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586ED3
2#3E58CC
3#3149B7
4#2A3F9D
5#233483
6#1C2A69
7#151F4F
8#0E1534
9#070A1A
Tints
Lighter variations
1#8091DD
2#8E9DE1
3#9CAAE5
4#AAB6E9
5#B8C2EC
6#C7CEF0
7#D5DAF4
8#E3E7F8
9#F1F3FB
Tones
Muted variations
1#7788D4
2#7C8CCF
3#828FCA
4#8792C5
5#8C95C0
6#9199BA
7#969CB5
8#9B9FB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AF #A2AFE6 | BordersInactive statesPlaceholder text |
| 400 | 7285 #7285DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A62 #4A62CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F47 #2F47B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B28 #1B2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E3E7F8;
--royal-blue-200: #CBD2F1;
--royal-blue-300: #A2AFE6;
--royal-blue-400: #7285DA;
--royal-blue-500: #4A62CF;
--royal-blue-600: #2F47B1;
--royal-blue-700: #25388D;
--royal-blue-800: #1B2865;
--royal-blue-900: #111A40;
--royal-blue-950: #0B1028;
}