Royal Blue
#6D80DF
BlueColor Codes
All color formats for development
HEX
#6D80DFRGB
rgb(109, 128, 223)HSL
hsl(230, 64%, 65%)OKLCH
oklch(0.629 0.144 273.1)CMYK
cmyk(51%, 43%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5168D9
2#3650D3
3#2A43BE
4#2439A3
5#1E3088
6#18266D
7#121D52
8#0C1336
9#060A1B
Tints
Lighter variations
1#7B8CE2
2#8A99E5
3#99A6E9
4#A7B3EC
5#B6BFEF
6#C4CCF2
7#D3D9F5
8#E2E6F9
9#F0F2FC
Tones
Muted variations
1#7283D9
2#7887D3
3#7E8BCE
4#838FC8
5#8993C2
6#8F97BD
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 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D0 #C9D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAB #9FABEA | BordersInactive statesPlaceholder text |
| 400 | 6D80 #6D80DF | Disabled statesSecondary iconsMuted text |
| 500 | 435B #435BD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2840 #2840B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2033 #203392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1725 #172569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E2E6F9;
--royal-blue-200: #C9D0F3;
--royal-blue-300: #9FABEA;
--royal-blue-400: #6D80DF;
--royal-blue-500: #435BD6;
--royal-blue-600: #2840B8;
--royal-blue-700: #203392;
--royal-blue-800: #172569;
--royal-blue-900: #0F1743;
--royal-blue-950: #090F2A;
}