Royal Blue
#2C6FED
BlueColor Codes
All color formats for development
HEX
#2C6FEDRGB
rgb(44, 111, 237)HSL
hsl(219, 84%, 55%)OKLCH
oklch(0.573 0.202 261.5)CMYK
cmyk(81%, 53%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145EE8
2#1254CE
3#1049B5
4#0D3F9B
5#0B3481
6#092A67
7#071F4D
8#041534
9#020A1A
Tints
Lighter variations
1#417EEE
2#568CF0
3#6B9AF2
4#80A9F4
5#95B7F6
6#ABC6F8
7#C0D4F9
8#D5E2FB
9#EAF1FD
Tones
Muted variations
1#3572E3
2#3F75D9
3#4978D0
4#527BC6
5#5C7EBC
6#6681B3
7#6F84A9
8#7986A0
9#838996
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B6 #93B6F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8F #5B8FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C6F #2C6FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1254 #1254CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E43 #0E43A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A30 #0A3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE9FC;
--royal-blue-200: #C2D5FA;
--royal-blue-300: #93B6F6;
--royal-blue-400: #5B8FF1;
--royal-blue-500: #2C6FED;
--royal-blue-600: #1254CE;
--royal-blue-700: #0E43A4;
--royal-blue-800: #0A3075;
--royal-blue-900: #071F4B;
--royal-blue-950: #04132F;
}