Royal Blue
#6D6DDF
BlueColor Codes
All color formats for development
HEX
#6D6DDFRGB
rgb(109, 109, 223)HSL
hsl(240, 64%, 65%)OKLCH
oklch(0.592 0.169 279.9)CMYK
cmyk(51%, 51%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5151D9
2#3636D3
3#2A2ABE
4#2424A3
5#1E1E88
6#18186D
7#121252
8#0C0C36
9#06061B
Tints
Lighter variations
1#7B7BE2
2#8A8AE5
3#9999E9
4#A7A7EC
5#B6B6EF
6#C4C4F2
7#D3D3F5
8#E2E2F9
9#F0F0FC
Tones
Muted variations
1#7272D9
2#7878D3
3#7E7ECE
4#8383C8
5#8989C2
6#8F8FBD
7#9595B7
8#9A9AB1
9#A0A0AB
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 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FEA | BordersInactive statesPlaceholder text |
| 400 | 6D6D #6D6DDF | Disabled statesSecondary iconsMuted text |
| 500 | 4343 #4343D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2828 #2828B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2020 #202092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1717 #171769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | 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: #C9C9F3;
--royal-blue-300: #9F9FEA;
--royal-blue-400: #6D6DDF;
--royal-blue-500: #4343D6;
--royal-blue-600: #2828B8;
--royal-blue-700: #202092;
--royal-blue-800: #171769;
--royal-blue-900: #0F0F43;
--royal-blue-950: #09092A;
}