Royal Blue
#6C70E0
BlueColor Codes
All color formats for development
HEX
#6C70E0RGB
rgb(108, 112, 224)HSL
hsl(238, 65%, 65%)OKLCH
oklch(0.598 0.167 278.5)CMYK
cmyk(52%, 50%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5055DA
2#353AD4
3#292EBF
4#2327A4
5#1D2189
6#171A6D
7#111452
8#0C0D37
9#06071B
Tints
Lighter variations
1#7A7EE3
2#898CE6
3#989BE9
4#A7A9EC
5#B5B7EF
6#C4C6F3
7#D3D4F6
8#E2E2F9
9#F0F1FC
Tones
Muted variations
1#7275DA
2#777AD4
3#7D80CE
4#8385C9
5#898BC3
6#8F90BD
7#9496B7
8#9A9BB1
9#A0A0AC
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 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | 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: #C8CAF3;
--royal-blue-300: #9EA1EA;
--royal-blue-400: #6C70E0;
--royal-blue-500: #4247D7;
--royal-blue-600: #272CB9;
--royal-blue-700: #1F2393;
--royal-blue-800: #161969;
--royal-blue-900: #0E1043;
--royal-blue-950: #090A2A;
}