Royal Blue
#466ED2
BlueColor Codes
All color formats for development
HEX
#466ED2RGB
rgb(70, 110, 210)HSL
hsl(223, 61%, 55%)OKLCH
oklch(0.562 0.16 265.2)CMYK
cmyk(67%, 48%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315DCB
2#2C53B5
3#26489E
4#213E87
5#1B3471
6#16295A
7#101F44
8#0B152D
9#050A17
Tints
Lighter variations
1#597CD7
2#6B8BDB
3#7E99E0
4#90A8E4
5#A3B6E9
6#B5C5ED
7#C8D3F2
8#DAE2F6
9#EDF0FB
Tones
Muted variations
1#4D71CB
2#5474C4
3#5B77BD
4#627AB6
5#697DAF
6#7080A8
7#7783A1
8#7E869A
9#858993
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8E #6F8EDC | Disabled statesSecondary iconsMuted text |
| 500 | 466E #466ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C53 #2C53B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2342 #234290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192F #192F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E8F8;
--royal-blue-200: #CAD5F2;
--royal-blue-300: #A1B5E8;
--royal-blue-400: #6F8EDC;
--royal-blue-500: #466ED2;
--royal-blue-600: #2C53B5;
--royal-blue-700: #234290;
--royal-blue-800: #192F67;
--royal-blue-900: #101E42;
--royal-blue-950: #0A1329;
}