Royal Blue
#6C89E0
BlueColor Codes
All color formats for development
HEX
#6C89E0RGB
rgb(108, 137, 224)HSL
hsl(225, 65%, 65%)OKLCH
oklch(0.647 0.135 268.5)CMYK
cmyk(52%, 39%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5073DA
2#355DD4
3#294EBF
4#2343A4
5#1D3889
6#172D6D
7#112252
8#0C1637
9#060B1B
Tints
Lighter variations
1#7A95E3
2#89A0E6
3#98ACE9
4#A7B8EC
5#B5C4EF
6#C4D0F3
7#D3DCF6
8#E2E7F9
9#F0F3FC
Tones
Muted variations
1#728CDA
2#778FD4
3#7D91CE
4#8394C9
5#8997C3
6#8F9ABD
7#949DB7
8#9AA0B1
9#A0A3AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D3 #C8D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB1 #9EB1EA | BordersInactive statesPlaceholder text |
| 400 | 6C89 #6C89E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4267 #4267D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 274C #274CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3C #1F3C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162B #162B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C43 | 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: #F2F5FC;
--royal-blue-100: #E2E7F9;
--royal-blue-200: #C8D3F3;
--royal-blue-300: #9EB1EA;
--royal-blue-400: #6C89E0;
--royal-blue-500: #4267D7;
--royal-blue-600: #274CB9;
--royal-blue-700: #1F3C93;
--royal-blue-800: #162B69;
--royal-blue-900: #0E1C43;
--royal-blue-950: #09112A;
}