Royal Blue
#6D72DF
BlueColor Codes
All color formats for development
HEX
#6D72DFRGB
rgb(109, 114, 223)HSL
hsl(237, 64%, 65%)OKLCH
oklch(0.602 0.163 278.3)CMYK
cmyk(51%, 49%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5158D9
2#363ED3
3#2A31BE
4#242AA3
5#1E2388
6#181C6D
7#121552
8#0C0E36
9#06071B
Tints
Lighter variations
1#7B80E2
2#8A8EE5
3#999DE9
4#A7ABEC
5#B6B9EF
6#C4C7F2
7#D3D5F5
8#E2E3F9
9#F0F1FC
Tones
Muted variations
1#7277D9
2#787DD3
3#7E82CE
4#8387C8
5#898CC2
6#8F91BD
7#9596B7
8#9A9BB1
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 | 9FA3 #9FA3EA | BordersInactive statesPlaceholder text |
| 400 | 6D72 #6D72DF | Disabled statesSecondary iconsMuted text |
| 500 | 434A #434AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2830 #2830B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2026 #202692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171B #171B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | 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: #9FA3EA;
--royal-blue-400: #6D72DF;
--royal-blue-500: #434AD6;
--royal-blue-600: #2830B8;
--royal-blue-700: #202692;
--royal-blue-800: #171B69;
--royal-blue-900: #0F1143;
--royal-blue-950: #090B2A;
}