Royal Blue
#6F85DC
BlueColor Codes
All color formats for development
HEX
#6F85DCRGB
rgb(111, 133, 220)HSL
hsl(228, 61%, 65%)OKLCH
oklch(0.638 0.133 271.5)CMYK
cmyk(50%, 40%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556ED6
2#3A58CF
3#2D4ABB
4#273FA0
5#203585
6#1A2A6B
7#132050
8#0D1535
9#060B1B
Tints
Lighter variations
1#7E91E0
2#8C9DE3
3#9AAAE7
4#A9B6EA
5#B7C2EE
6#C6CEF1
7#D4DAF5
8#E2E7F8
9#F1F3FC
Tones
Muted variations
1#7588D7
2#7A8CD1
3#808FCC
4#8592C6
5#8B95C1
6#9099BC
7#959CB6
8#9B9FB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AF #A1AFE8 | BordersInactive statesPlaceholder text |
| 400 | 6F85 #6F85DC | Disabled statesSecondary iconsMuted text |
| 500 | 4662 #4662D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C47 #2C47B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2339 #233990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1928 #192867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101A #101A42 | 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: #F3F5FC;
--royal-blue-100: #E2E7F8;
--royal-blue-200: #CAD2F2;
--royal-blue-300: #A1AFE8;
--royal-blue-400: #6F85DC;
--royal-blue-500: #4662D2;
--royal-blue-600: #2C47B5;
--royal-blue-700: #233990;
--royal-blue-800: #192867;
--royal-blue-900: #101A42;
--royal-blue-950: #0A1029;
}