Royal Blue
#5AA1F2
BlueColor Codes
All color formats for development
HEX
#5AA1F2RGB
rgb(90, 161, 242)HSL
hsl(212, 85%, 65%)OKLCH
oklch(0.698 0.14 253.1)CMYK
cmyk(63%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B8FEF
2#1D7EED
3#116DD7
4#0F5EB8
5#0C4E99
6#0A3F7B
7#072F5C
8#051F3D
9#02101F
Tints
Lighter variations
1#6AAAF3
2#7BB4F4
3#8BBDF6
4#9CC6F7
5#ACD0F8
6#BDD9FA
7#CDE3FB
8#DEECFC
9#EEF6FE
Tones
Muted variations
1#61A1EA
2#69A2E2
3#71A2DB
4#78A3D3
5#80A3CC
6#87A4C4
7#8FA4BD
8#97A5B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA1 #5AA1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B86 #2B86EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116A #116AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D54 #0D54A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEECFC;
--royal-blue-200: #C2DCFA;
--royal-blue-300: #92C1F6;
--royal-blue-400: #5AA1F2;
--royal-blue-500: #2B86EE;
--royal-blue-600: #116AD0;
--royal-blue-700: #0D54A5;
--royal-blue-800: #0A3C76;
--royal-blue-900: #06264B;
--royal-blue-950: #04182F;
}