Royal Blue
#6F80DC
BlueColor Codes
All color formats for development
HEX
#6F80DCRGB
rgb(111, 128, 220)HSL
hsl(231, 61%, 65%)OKLCH
oklch(0.628 0.139 273.8)CMYK
cmyk(50%, 42%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5568D6
2#3A50CF
3#2D42BB
4#2739A0
5#202F85
6#1A266B
7#131C50
8#0D1335
9#06091B
Tints
Lighter variations
1#7E8CE0
2#8C99E3
3#9AA6E7
4#A9B3EA
5#B7BFEE
6#C6CCF1
7#D4D9F5
8#E2E6F8
9#F1F2FC
Tones
Muted variations
1#7583D7
2#7A87D1
3#808BCC
4#858FC6
5#8B93C1
6#9097BC
7#959AB6
8#9B9EB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AB #A1ABE8 | BordersInactive statesPlaceholder text |
| 400 | 6F80 #6F80DC | Disabled statesSecondary iconsMuted text |
| 500 | 465B #465BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C40 #2C40B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2333 #233390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1925 #192567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #CAD0F2;
--royal-blue-300: #A1ABE8;
--royal-blue-400: #6F80DC;
--royal-blue-500: #465BD2;
--royal-blue-600: #2C40B5;
--royal-blue-700: #233390;
--royal-blue-800: #192567;
--royal-blue-900: #101742;
--royal-blue-950: #0A0F29;
}