Royal Blue
#6B8AE1
BlueColor Codes
All color formats for development
HEX
#6B8AE1RGB
rgb(107, 138, 225)HSL
hsl(224, 66%, 65%)OKLCH
oklch(0.649 0.135 267.7)CMYK
cmyk(52%, 39%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F75DB
2#345FD5
3#2750C1
4#2245A5
5#1C398A
6#172E6E
7#112253
8#0B1737
9#060B1C
Tints
Lighter variations
1#7A96E4
2#88A2E7
3#97ADEA
4#A6B9ED
5#B5C5F0
6#C4D0F3
7#D3DCF6
8#E1E8F9
9#F0F3FC
Tones
Muted variations
1#718DDB
2#7790D5
3#7D93CF
4#8295C9
5#8898C3
6#8E9BBD
7#949EB7
8#9AA0B2
9#A0A3AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB2 #9EB2EB | BordersInactive statesPlaceholder text |
| 400 | 6B8A #6B8AE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4169 #4169D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 264E #264EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E3E #1E3E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C44 | 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: #E1E8F9;
--royal-blue-200: #C8D4F4;
--royal-blue-300: #9EB2EB;
--royal-blue-400: #6B8AE1;
--royal-blue-500: #4169D8;
--royal-blue-600: #264EBA;
--royal-blue-700: #1E3E94;
--royal-blue-800: #162C6A;
--royal-blue-900: #0E1C44;
--royal-blue-950: #09122A;
}