Royal Blue
#629AEA
BlueColor Codes
All color formats for development
HEX
#629AEARGB
rgb(98, 154, 234)HSL
hsl(215, 76%, 65%)OKLCH
oklch(0.683 0.133 257.4)CMYK
cmyk(58%, 34%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4588E6
2#2875E2
3#1C65CC
4#1857AF
5#144892
6#103A75
7#0C2B58
8#081D3A
9#040E1D
Tints
Lighter variations
1#72A5EC
2#81AFEE
3#91B9F0
4#A1C3F2
5#B0CDF4
6#C0D7F6
7#D0E1F9
8#E0EBFB
9#EFF5FD
Tones
Muted variations
1#699CE3
2#6F9DDC
3#769ED5
4#7D9FCE
5#84A0C8
6#8BA1C1
7#91A2BA
8#98A3B3
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BD #98BDF1 | BordersInactive statesPlaceholder text |
| 400 | 629A #629AEA | Disabled statesSecondary iconsMuted text |
| 500 | 357E #357EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B62 #1B62C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 154E #154E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F38 #0F3870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A24 #0A2448 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EBFB;
--royal-blue-200: #C5DAF7;
--royal-blue-300: #98BDF1;
--royal-blue-400: #629AEA;
--royal-blue-500: #357EE3;
--royal-blue-600: #1B62C5;
--royal-blue-700: #154E9D;
--royal-blue-800: #0F3870;
--royal-blue-900: #0A2448;
--royal-blue-950: #06162D;
}