Royal Blue
#6C75E0
BlueColor Codes
All color formats for development
HEX
#6C75E0RGB
rgb(108, 117, 224)HSL
hsl(235, 65%, 65%)OKLCH
oklch(0.607 0.16 276.9)CMYK
cmyk(52%, 48%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505CDA
2#3542D4
3#2935BF
4#232EA4
5#1D2689
6#171E6D
7#111752
8#0C0F37
9#06081B
Tints
Lighter variations
1#7A83E3
2#8991E6
3#989FE9
4#A7ACEC
5#B5BAEF
6#C4C8F3
7#D3D6F6
8#E2E3F9
9#F0F1FC
Tones
Muted variations
1#727ADA
2#777FD4
3#7D84CE
4#8389C9
5#898EC3
6#8F92BD
7#9497B7
8#9A9CB1
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CC #C8CCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA5 #9EA5EA | BordersInactive statesPlaceholder text |
| 400 | 6C75 #6C75E0 | Disabled statesSecondary iconsMuted text |
| 500 | 424E #424ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2733 #2733B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F29 #1F2993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E13 #0E1343 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FC;
--royal-blue-100: #E2E3F9;
--royal-blue-200: #C8CCF3;
--royal-blue-300: #9EA5EA;
--royal-blue-400: #6C75E0;
--royal-blue-500: #424ED7;
--royal-blue-600: #2733B9;
--royal-blue-700: #1F2993;
--royal-blue-800: #161D69;
--royal-blue-900: #0E1343;
--royal-blue-950: #090C2A;
}