Royal Blue
#6D70DF
BlueColor Codes
All color formats for development
HEX
#6D70DFRGB
rgb(109, 112, 223)HSL
hsl(238, 64%, 65%)OKLCH
oklch(0.598 0.165 279)CMYK
cmyk(51%, 50%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5156D9
2#363BD3
3#2A2FBE
4#2428A3
5#1E2188
6#181B6D
7#121452
8#0C0D36
9#06071B
Tints
Lighter variations
1#7B7FE2
2#8A8DE5
3#999BE9
4#A7A9EC
5#B6B8EF
6#C4C6F2
7#D3D4F5
8#E2E2F9
9#F0F1FC
Tones
Muted variations
1#7276D9
2#787BD3
3#7E80CE
4#8386C8
5#898BC2
6#8F90BD
7#9596B7
8#9A9BB1
9#A0A0AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1EA | BordersInactive statesPlaceholder text |
| 400 | 6D70 #6D70DF | Disabled statesSecondary iconsMuted text |
| 500 | 4348 #4348D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282D #282DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2024 #202492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171A #171A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FC;
--royal-blue-100: #E2E2F9;
--royal-blue-200: #C9CAF3;
--royal-blue-300: #9FA1EA;
--royal-blue-400: #6D70DF;
--royal-blue-500: #4348D6;
--royal-blue-600: #282DB8;
--royal-blue-700: #202492;
--royal-blue-800: #171A69;
--royal-blue-900: #0F1043;
--royal-blue-950: #090A2A;
}