Royal Blue
#205AF8
BlueColor Codes
All color formats for development
HEX
#205AF8RGB
rgb(32, 90, 248)HSL
hsl(224, 94%, 55%)OKLCH
oklch(0.54 0.242 264.1)CMYK
cmyk(87%, 64%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0847F5
2#073FDA
3#0637BE
4#052FA3
5#042788
6#031F6D
7#031852
8#021036
9#01081B
Tints
Lighter variations
1#376AF9
2#4D7BF9
3#638BFA
4#799CFB
5#90ACFC
6#A6BDFC
7#BCCDFD
8#D2DEFE
9#E9EEFE
Tones
Muted variations
1#2B5FED
2#3664E3
3#4169D8
4#4C6ECD
5#5673C2
6#6178B7
7#6C7DAD
8#7782A2
9#818797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAB #8DABFB | BordersInactive statesPlaceholder text |
| 400 | 527F #527FFA | Disabled statesSecondary iconsMuted text |
| 500 | 205A #205AF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 073F #073FDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0532 #0532AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0424 #04247C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0217 #02174F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE5FE;
--royal-blue-200: #BFCFFD;
--royal-blue-300: #8DABFB;
--royal-blue-400: #527FFA;
--royal-blue-500: #205AF8;
--royal-blue-600: #073FDA;
--royal-blue-700: #0532AD;
--royal-blue-800: #04247C;
--royal-blue-900: #02174F;
--royal-blue-950: #020E31;
}