Royal Blue
#6E88DE
BlueColor Codes
All color formats for development
HEX
#6E88DERGB
rgb(110, 136, 222)HSL
hsl(226, 63%, 65%)OKLCH
oklch(0.645 0.132 269.7)CMYK
cmyk(50%, 39%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5372D8
2#375BD2
3#2B4DBD
4#2542A2
5#1F3787
6#192C6C
7#122151
8#0C1636
9#060B1B
Tints
Lighter variations
1#7C94E1
2#8BA0E5
3#99ACE8
4#A8B7EB
5#B6C3EE
6#C5CFF2
7#D3DBF5
8#E2E7F8
9#F0F3FC
Tones
Muted variations
1#738BD8
2#798ED3
3#7E91CD
4#8494C7
5#8A97C2
6#8F9ABC
7#959DB7
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 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB1 #9FB1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E88 #6E88DE | Disabled statesSecondary iconsMuted text |
| 500 | 4466 #4466D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A4B #2A4BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 213B #213B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182A #182A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1B #0F1B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | 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: #C9D3F3;
--royal-blue-300: #9FB1E9;
--royal-blue-400: #6E88DE;
--royal-blue-500: #4466D5;
--royal-blue-600: #2A4BB7;
--royal-blue-700: #213B91;
--royal-blue-800: #182A68;
--royal-blue-900: #0F1B43;
--royal-blue-950: #09112A;
}