Royal Blue
#6091EB
BlueColor Codes
All color formats for development
HEX
#6091EBRGB
rgb(96, 145, 235)HSL
hsl(219, 78%, 65%)OKLCH
oklch(0.663 0.145 261.7)CMYK
cmyk(59%, 38%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#437CE8
2#2568E4
3#1A59CF
4#164CB1
5#123F94
6#0F3376
7#0B2659
8#07193B
9#040D1E
Tints
Lighter variations
1#709CED
2#80A7EF
3#90B2F1
4#A0BDF3
5#B0C8F5
6#BFD3F7
7#CFDEF9
8#DFE9FB
9#EFF4FD
Tones
Muted variations
1#6793E4
2#6E95DD
3#7597D6
4#7C99D0
5#839BC9
6#8A9DC2
7#919FBB
8#98A2B4
9#9FA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B7 #97B7F2 | BordersInactive statesPlaceholder text |
| 400 | 6091 #6091EB | Disabled statesSecondary iconsMuted text |
| 500 | 3371 #3371E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1956 #1956C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1444 #14449F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E31 #0E3171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D6F8;
--royal-blue-300: #97B7F2;
--royal-blue-400: #6091EB;
--royal-blue-500: #3371E6;
--royal-blue-600: #1956C8;
--royal-blue-700: #14449F;
--royal-blue-800: #0E3171;
--royal-blue-900: #091F49;
--royal-blue-950: #06142D;
}