Royal Blue
#4F89FC
BlueColor Codes
All color formats for development
HEX
#4F89FCRGB
rgb(79, 137, 252)HSL
hsl(220, 97%, 65%)OKLCH
oklch(0.649 0.182 262.4)CMYK
cmyk(69%, 46%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F73FC
2#0E5DFB
3#034FE5
4#0343C4
5#0238A3
6#022D83
7#012262
8#011641
9#000B21
Tints
Lighter variations
1#6195FD
2#72A1FD
3#84ACFD
4#96B8FD
5#A7C4FE
6#B9D0FE
7#CADCFE
8#DCE7FE
9#EDF3FF
Tones
Muted variations
1#588CF4
2#608FEB
3#6992E2
4#7294DA
5#7A97D1
6#839AC8
7#8C9DC0
8#94A0B7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED3 #BED3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB1 #8BB1FD | BordersInactive statesPlaceholder text |
| 400 | 4F89 #4F89FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D67 #1D67FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 034C #034CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033C #033CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022B #022B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011C #011C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE7FE;
--royal-blue-200: #BED3FE;
--royal-blue-300: #8BB1FD;
--royal-blue-400: #4F89FC;
--royal-blue-500: #1D67FC;
--royal-blue-600: #034CDD;
--royal-blue-700: #033CB0;
--royal-blue-800: #022B7E;
--royal-blue-900: #011C50;
--royal-blue-950: #011132;
}