Royal Blue
#6699E5
BlueColor Codes
All color formats for development
HEX
#6699E5RGB
rgb(102, 153, 229)HSL
hsl(216, 71%, 65%)OKLCH
oklch(0.68 0.126 258.2)CMYK
cmyk(55%, 33%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A86E0
2#2E73DC
3#2264C6
4#1D55AA
5#18478E
6#133971
7#0E2B55
8#0A1C39
9#050E1C
Tints
Lighter variations
1#76A3E8
2#85ADEA
3#94B8ED
4#A3C2EF
5#B3CCF2
6#C2D6F5
7#D1E0F7
8#E0EBFA
9#F0F5FC
Tones
Muted variations
1#6D9ADF
2#739CD8
3#799DD2
4#809ECC
5#869FC5
6#8CA1BF
7#93A2B9
8#99A3B2
9#9FA4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBC #9BBCEE | BordersInactive statesPlaceholder text |
| 400 | 6699 #6699E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B7C #3B7CDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2160 #2160C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A4D #1A4D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C23 #0C2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EBFA;
--royal-blue-200: #C6D9F5;
--royal-blue-300: #9BBCEE;
--royal-blue-400: #6699E5;
--royal-blue-500: #3B7CDE;
--royal-blue-600: #2160C0;
--royal-blue-700: #1A4D99;
--royal-blue-800: #12376D;
--royal-blue-900: #0C2346;
--royal-blue-950: #07162C;
}