Royal Blue
#6F89DC
BlueColor Codes
All color formats for development
HEX
#6F89DCRGB
rgb(111, 137, 220)HSL
hsl(226, 61%, 65%)OKLCH
oklch(0.647 0.128 269.4)CMYK
cmyk(50%, 38%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5573D6
2#3A5DCF
3#2D4EBB
4#2743A0
5#203885
6#1A2D6B
7#132250
8#0D1635
9#060B1B
Tints
Lighter variations
1#7E95E0
2#8CA0E3
3#9AACE7
4#A9B8EA
5#B7C4EE
6#C6D0F1
7#D4DCF5
8#E2E7F8
9#F1F3FC
Tones
Muted variations
1#758CD7
2#7A8FD1
3#8091CC
4#8594C6
5#8B97C1
6#909ABC
7#959DB6
8#9BA0B1
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 | A1B1 #A1B1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F89 #6F89DC | Disabled statesSecondary iconsMuted text |
| 500 | 4667 #4667D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4C #2C4CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233C #233C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192B #192B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | 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: #A1B1E8;
--royal-blue-400: #6F89DC;
--royal-blue-500: #4667D2;
--royal-blue-600: #2C4CB5;
--royal-blue-700: #233C90;
--royal-blue-800: #192B67;
--royal-blue-900: #101C42;
--royal-blue-950: #0A1129;
}