Royal Blue
#6F87DC
BlueColor Codes
All color formats for development
HEX
#6F87DCRGB
rgb(111, 135, 220)HSL
hsl(227, 61%, 65%)OKLCH
oklch(0.642 0.13 270.5)CMYK
cmyk(50%, 39%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5571D6
2#3A5ACF
3#2D4CBB
4#2741A0
5#203685
6#1A2B6B
7#132150
8#0D1635
9#060B1B
Tints
Lighter variations
1#7E93E0
2#8C9FE3
3#9AABE7
4#A9B7EA
5#B7C3EE
6#C6CFF1
7#D4DBF5
8#E2E7F8
9#F1F3FC
Tones
Muted variations
1#758AD7
2#7A8DD1
3#8090CC
4#8593C6
5#8B96C1
6#9099BC
7#959CB6
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 | 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;
}