Royal Blue
#2366F6
BlueColor Codes
All color formats for development
HEX
#2366F6RGB
rgb(35, 102, 246)HSL
hsl(221, 92%, 55%)OKLCH
oklch(0.561 0.226 262.7)CMYK
cmyk(86%, 59%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A54F2
2#094AD7
3#0841BC
4#0738A2
5#062E87
6#04256C
7#031C51
8#021336
9#01091B
Tints
Lighter variations
1#3975F7
2#4F84F8
3#6594F9
4#7BA3F9
5#91B2FA
6#A7C2FB
7#BDD1FC
8#D3E0FD
9#E9F0FE
Tones
Muted variations
1#2D69EB
2#386DE1
3#4271D6
4#4D75CC
5#5779C1
6#627DB6
7#6D81AC
8#7785A1
9#828897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB1 #8EB1FA | BordersInactive statesPlaceholder text |
| 400 | 5488 #5488F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2366 #2366F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094A #094AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073B #073BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052A #052A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FE;
--royal-blue-200: #BFD3FC;
--royal-blue-300: #8EB1FA;
--royal-blue-400: #5488F8;
--royal-blue-500: #2366F6;
--royal-blue-600: #094AD7;
--royal-blue-700: #073BAB;
--royal-blue-800: #052A7A;
--royal-blue-900: #031B4E;
--royal-blue-950: #021131;
}