Royal Blue
#4665D2
BlueColor Codes
All color formats for development
HEX
#4665D2RGB
rgb(70, 101, 210)HSL
hsl(227, 61%, 55%)OKLCH
oklch(0.543 0.172 268.3)CMYK
cmyk(67%, 52%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3153CB
2#2C49B5
3#26409E
4#213787
5#1B2E71
6#16255A
7#101C44
8#0B122D
9#050917
Tints
Lighter variations
1#5974D7
2#6B83DB
3#7E93E0
4#90A2E4
5#A3B2E9
6#B5C1ED
7#C8D1F2
8#DAE0F6
9#EDF0FB
Tones
Muted variations
1#4D69CB
2#546DC4
3#5B70BD
4#6274B6
5#6978AF
6#707CA8
7#7780A1
8#7E849A
9#858893
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 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B0 #A1B0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F87 #6F87DC | Disabled statesSecondary iconsMuted text |
| 500 | 4665 #4665D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C49 #2C49B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233A #233A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192A #192A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101B #101B42 | 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: #CAD2F2;
--royal-blue-300: #A1B0E8;
--royal-blue-400: #6F87DC;
--royal-blue-500: #4665D2;
--royal-blue-600: #2C49B5;
--royal-blue-700: #233A90;
--royal-blue-800: #192A67;
--royal-blue-900: #101B42;
--royal-blue-950: #0A1129;
}