Royal Blue
#6D74DF
BlueColor Codes
All color formats for development
HEX
#6D74DFRGB
rgb(109, 116, 223)HSL
hsl(236, 64%, 65%)OKLCH
oklch(0.605 0.16 277.7)CMYK
cmyk(51%, 48%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515AD9
2#3641D3
3#2A34BE
4#242CA3
5#1E2588
6#181E6D
7#121652
8#0C0F36
9#06071B
Tints
Lighter variations
1#7B82E2
2#8A90E5
3#999EE9
4#A7ACEC
5#B6BAEF
6#C4C7F2
7#D3D5F5
8#E2E3F9
9#F0F1FC
Tones
Muted variations
1#7279D9
2#787ED3
3#7E83CE
4#8388C8
5#898DC2
6#8F92BD
7#9597B7
8#9A9CB1
9#A0A1AB
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 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA4 #9FA4EA | BordersInactive statesPlaceholder text |
| 400 | 6D74 #6D74DF | Disabled statesSecondary iconsMuted text |
| 500 | 434D #434DD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2832 #2832B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2028 #202892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171C #171C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | 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: #C9CBF3;
--royal-blue-300: #9FA4EA;
--royal-blue-400: #6D74DF;
--royal-blue-500: #434DD6;
--royal-blue-600: #2832B8;
--royal-blue-700: #202892;
--royal-blue-800: #171C69;
--royal-blue-900: #0F1243;
--royal-blue-950: #090B2A;
}