Royal Blue
#275AF1
BlueColor Codes
All color formats for development
HEX
#275AF1RGB
rgb(39, 90, 241)HSL
hsl(225, 88%, 55%)OKLCH
oklch(0.535 0.233 264.8)CMYK
cmyk(84%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F47ED
2#0D3FD3
3#0C37B9
4#0A2F9E
5#082784
6#071F69
7#05184F
8#031035
9#02081A
Tints
Lighter variations
1#3D6AF3
2#527BF4
3#688BF5
4#7E9CF7
5#93ACF8
6#A9BDF9
7#BECDFB
8#D4DEFC
9#E9EEFE
Tones
Muted variations
1#315FE7
2#3B64DD
3#4669D3
4#506EC9
5#5A73BF
6#6478B5
7#6E7DAB
8#7882A0
9#828796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C1CFFB;
--royal-blue-300: #91ABF8;
--royal-blue-400: #577EF4;
--royal-blue-500: #275AF1;
--royal-blue-600: #0D3FD3;
--royal-blue-700: #0B32A8;
--royal-blue-800: #082478;
--royal-blue-900: #05174D;
--royal-blue-950: #030E30;
}