Royal Blue
#6D8DDF
BlueColor Codes
All color formats for development
HEX
#6D8DDFRGB
rgb(109, 141, 223)HSL
hsl(223, 64%, 65%)OKLCH
oklch(0.655 0.128 266.8)CMYK
cmyk(51%, 37%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5178D9
2#3663D3
3#2A54BE
4#2448A3
5#1E3C88
6#18306D
7#122452
8#0C1836
9#060C1B
Tints
Lighter variations
1#7B98E2
2#8AA4E5
3#99AFE9
4#A7BBEC
5#B6C6EF
6#C4D1F2
7#D3DDF5
8#E2E8F9
9#F0F4FC
Tones
Muted variations
1#728FD9
2#7892D3
3#7E94CE
4#8397C8
5#8999C2
6#8F9CBD
7#959EB7
8#9AA1B1
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB4 #9FB4EA | BordersInactive statesPlaceholder text |
| 400 | 6D8D #6D8DDF | Disabled statesSecondary iconsMuted text |
| 500 | 436C #436CD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2851 #2851B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2040 #204092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172E #172E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1D #0F1D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FC;
--royal-blue-100: #E2E8F9;
--royal-blue-200: #C9D5F3;
--royal-blue-300: #9FB4EA;
--royal-blue-400: #6D8DDF;
--royal-blue-500: #436CD6;
--royal-blue-600: #2851B8;
--royal-blue-700: #204092;
--royal-blue-800: #172E69;
--royal-blue-900: #0F1D43;
--royal-blue-950: #09122A;
}