Sky Blue
#7E96CD
BlueColor Codes
All color formats for development
HEX
#7E96CDRGB
rgb(126, 150, 205)HSL
hsl(222, 44%, 65%)OKLCH
oklch(0.676 0.086 266)CMYK
cmyk(39%, 27%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6783C4
2#4F6FBA
3#4160A7
4#38528F
5#2E4477
6#25375F
7#1C2948
8#131B30
9#090E18
Tints
Lighter variations
1#8BA1D2
2#98ABD7
3#A5B6DC
4#B2C0E1
5#BFCBE6
6#CCD5EB
7#D8E0F0
8#E5EAF5
9#F2F5FA
Tones
Muted variations
1#8298C9
2#8699C5
3#8A9BC1
4#8E9CBD
5#929EB9
6#969FB5
7#9AA1B2
8#9EA3AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBA #ABBADE | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A78 #5A78BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5C #3F5CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324A #324A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2435 #24355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E5EAF5;
--sky-blue-200: #CFD8EC;
--sky-blue-300: #ABBADE;
--sky-blue-400: #7E96CD;
--sky-blue-500: #5A78BF;
--sky-blue-600: #3F5CA2;
--sky-blue-700: #324A81;
--sky-blue-800: #24355C;
--sky-blue-900: #17223B;
--sky-blue-950: #0E1525;
}