Royal Blue
#6D7EDF
BlueColor Codes
All color formats for development
HEX
#6D7EDFRGB
rgb(109, 126, 223)HSL
hsl(231, 64%, 65%)OKLCH
oklch(0.625 0.147 273.9)CMYK
cmyk(51%, 43%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5166D9
2#364ED3
3#2A40BE
4#2437A3
5#1E2E88
6#18256D
7#121B52
8#0C1236
9#06091B
Tints
Lighter variations
1#7B8BE2
2#8A98E5
3#99A5E9
4#A7B1EC
5#B6BEEF
6#C4CBF2
7#D3D8F5
8#E2E5F9
9#F0F2FC
Tones
Muted variations
1#7282D9
2#7886D3
3#7E8ACE
4#838EC8
5#8992C2
6#8F96BD
7#959AB7
8#9A9EB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAEA | BordersInactive statesPlaceholder text |
| 400 | 6D7E #6D7EDF | Disabled statesSecondary iconsMuted text |
| 500 | 4359 #4359D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 283E #283EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2031 #203192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1723 #172369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E2E5F9;
--royal-blue-200: #C9CFF3;
--royal-blue-300: #9FAAEA;
--royal-blue-400: #6D7EDF;
--royal-blue-500: #4359D6;
--royal-blue-600: #283EB8;
--royal-blue-700: #203192;
--royal-blue-800: #172369;
--royal-blue-900: #0F1743;
--royal-blue-950: #090E2A;
}