Royal Blue
#305EE8
BlueColor Codes
All color formats for development
HEX
#305EE8RGB
rgb(48, 94, 232)HSL
hsl(225, 80%, 55%)OKLCH
oklch(0.538 0.215 265.4)CMYK
cmyk(79%, 59%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#194CE3
2#1643CA
3#143BB1
4#113297
5#0E2A7E
6#0B2265
7#08194C
8#061132
9#030819
Tints
Lighter variations
1#456EEA
2#5A7EED
3#6E8FEF
4#839FF1
5#98AFF4
6#ACBFF6
7#C1CFF8
8#D6DFFA
9#EAEFFD
Tones
Muted variations
1#3A63DF
2#4368D6
3#4C6CCD
4#5571C3
5#5E75BA
6#687AB1
7#717EA8
8#7A839F
9#838895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5E82 #5E82ED | Disabled statesSecondary iconsMuted text |
| 500 | 305E #305EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1643 #1643CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1236 #1236A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D26 #0D2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #081849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C3D1F8;
--royal-blue-300: #95ADF3;
--royal-blue-400: #5E82ED;
--royal-blue-500: #305EE8;
--royal-blue-600: #1643CA;
--royal-blue-700: #1236A1;
--royal-blue-800: #0D2673;
--royal-blue-900: #081849;
--royal-blue-950: #050F2E;
}