Royal Blue
#6C6CE0
BlueColor Codes
All color formats for development
HEX
#6C6CE0RGB
rgb(108, 108, 224)HSL
hsl(240, 65%, 65%)OKLCH
oklch(0.59 0.172 279.7)CMYK
cmyk(52%, 52%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5050DA
2#3535D4
3#2929BF
4#2323A4
5#1D1D89
6#17176D
7#111152
8#0C0C37
9#06061B
Tints
Lighter variations
1#7A7AE3
2#8989E6
3#9898E9
4#A7A7EC
5#B5B5EF
6#C4C4F3
7#D3D3F6
8#E2E2F9
9#F0F0FC
Tones
Muted variations
1#7272DA
2#7777D4
3#7D7DCE
4#8383C9
5#8989C3
6#8F8FBD
7#9494B7
8#9A9AB1
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEA | BordersInactive statesPlaceholder text |
| 400 | 6C6C #6C6CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4242 #4242D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2727 #2727B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F1F #1F1F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #161669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FC;
--royal-blue-100: #E2E2F9;
--royal-blue-200: #C8C8F3;
--royal-blue-300: #9E9EEA;
--royal-blue-400: #6C6CE0;
--royal-blue-500: #4242D7;
--royal-blue-600: #2727B9;
--royal-blue-700: #1F1F93;
--royal-blue-800: #161669;
--royal-blue-900: #0E0E43;
--royal-blue-950: #09092A;
}