Royal Blue
#618AEA
BlueColor Codes
All color formats for development
HEX
#618AEARGB
rgb(97, 138, 234)HSL
hsl(222, 77%, 65%)OKLCH
oklch(0.648 0.151 265.1)CMYK
cmyk(59%, 41%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4475E7
2#265FE3
3#1B50CD
4#1745B0
5#133993
6#0F2E75
7#0B2258
8#08173B
9#040B1D
Tints
Lighter variations
1#7196ED
2#81A2EF
3#90ADF1
4#A0B9F3
5#B0C5F5
6#C0D0F7
7#D0DCF9
8#DFE8FB
9#EFF3FD
Tones
Muted variations
1#688DE4
2#6F90DD
3#7693D6
4#7D95CF
5#8398C8
6#8A9BC1
7#919EBA
8#98A0B3
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 618A #618AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3469 #3469E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A4E #1A4EC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153E #153E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2C #0F2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE8FB;
--royal-blue-200: #C4D4F7;
--royal-blue-300: #97B2F2;
--royal-blue-400: #618AEA;
--royal-blue-500: #3469E5;
--royal-blue-600: #1A4EC7;
--royal-blue-700: #153E9E;
--royal-blue-800: #0F2C71;
--royal-blue-900: #091C48;
--royal-blue-950: #06122D;
}