Royal Blue
#6F83DC
BlueColor Codes
All color formats for development
HEX
#6F83DCRGB
rgb(111, 131, 220)HSL
hsl(229, 61%, 65%)OKLCH
oklch(0.634 0.136 272.4)CMYK
cmyk(50%, 40%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556CD6
2#3A55CF
3#2D47BB
4#273DA0
5#203385
6#1A296B
7#131F50
8#0D1435
9#060A1B
Tints
Lighter variations
1#7E90E0
2#8C9CE3
3#9AA8E7
4#A9B5EA
5#B7C1EE
6#C6CEF1
7#D4DAF5
8#E2E6F8
9#F1F3FC
Tones
Muted variations
1#7587D7
2#7A8AD1
3#808ECC
4#8591C6
5#8B95C1
6#9098BC
7#959BB6
8#9B9FB1
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 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F83 #6F83DC | Disabled statesSecondary iconsMuted text |
| 500 | 4660 #4660D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C45 #2C45B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2337 #233790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1927 #192767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | 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: #CAD1F2;
--royal-blue-300: #A1AEE8;
--royal-blue-400: #6F83DC;
--royal-blue-500: #4660D2;
--royal-blue-600: #2C45B5;
--royal-blue-700: #233790;
--royal-blue-800: #192767;
--royal-blue-900: #101942;
--royal-blue-950: #0A1029;
}