Royal Blue
#274CF1
BlueColor Codes
All color formats for development
HEX
#274CF1RGB
rgb(39, 76, 241)HSL
hsl(229, 88%, 55%)OKLCH
oklch(0.512 0.248 266.4)CMYK
cmyk(84%, 68%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F38ED
2#0D32D3
3#0C2BB9
4#0A259E
5#081F84
6#071969
7#05134F
8#030C35
9#02061A
Tints
Lighter variations
1#3D5EF3
2#5270F4
3#6882F5
4#7E94F7
5#93A6F8
6#A9B8F9
7#BEC9FB
8#D4DBFC
9#E9EDFE
Tones
Muted variations
1#3153E7
2#3B59DD
3#465FD3
4#5066C9
5#5A6CBF
6#6473B5
7#6E79AB
8#787FA0
9#828696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C1CBFB;
--royal-blue-300: #91A4F8;
--royal-blue-400: #5774F4;
--royal-blue-500: #274CF1;
--royal-blue-600: #0D32D3;
--royal-blue-700: #0B28A8;
--royal-blue-800: #081C78;
--royal-blue-900: #05124D;
--royal-blue-950: #030B30;
}