Royal Blue
#538AF9
BlueColor Codes
All color formats for development
HEX
#538AF9RGB
rgb(83, 138, 249)HSL
hsl(220, 93%, 65%)OKLCH
oklch(0.651 0.176 262.7)CMYK
cmyk(67%, 45%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3374F8
2#135FF6
3#0850E0
4#0745C0
5#0639A0
6#052E80
7#032260
8#021740
9#010B20
Tints
Lighter variations
1#6496F9
2#75A1FA
3#86ADFB
4#98B9FB
5#A9C5FC
6#BAD0FD
7#CBDCFD
8#DDE8FE
9#EEF3FE
Tones
Muted variations
1#5B8DF0
2#6390E8
3#6C92E0
4#7495D8
5#7C98CF
6#859BC7
7#8D9DBF
8#95A0B6
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FB | BordersInactive statesPlaceholder text |
| 400 | 538A #538AF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2269 #2269F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084D #084DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063E #063EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE8FE;
--royal-blue-200: #BFD4FD;
--royal-blue-300: #8EB2FB;
--royal-blue-400: #538AF9;
--royal-blue-500: #2269F7;
--royal-blue-600: #084DD9;
--royal-blue-700: #063EAC;
--royal-blue-800: #042C7B;
--royal-blue-900: #031C4F;
--royal-blue-950: #021231;
}