Royal Blue
#0869D9
BlueColor Codes
All color formats for development
HEX
#0869D9RGB
rgb(8, 105, 217)HSL
hsl(212, 93%, 44%)OKLCH
oklch(0.539 0.189 257.3)CMYK
cmyk(96%, 52%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075FC3
2#0654AD
3#054A98
4#053F82
5#04356C
6#032A57
7#022041
8#02152B
9#010B16
Tints
Lighter variations
1#0977F4
2#2386F7
3#3E95F8
4#5AA4F9
5#75B3FA
6#91C2FB
7#ACD2FC
8#C8E1FD
9#E3F0FE
Tones
Muted variations
1#126ACE
2#1D6BC4
3#276BB9
4#326CAF
5#3C6DA4
6#466D9A
7#516E90
8#5B6F85
9#66707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FB | BordersInactive statesPlaceholder text |
| 400 | 53A0 #53A0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2285 #2285F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0869 #0869D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0654 #0654AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264F | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F7FE;
--royal-blue-100: #DDECFE;
--royal-blue-200: #BFDCFD;
--royal-blue-300: #8EC1FB;
--royal-blue-400: #53A0F9;
--royal-blue-500: #2285F7;
--royal-blue-600: #0869D9;
--royal-blue-700: #0654AC;
--royal-blue-800: #043C7B;
--royal-blue-900: #03264F;
--royal-blue-950: #021831;
}