Sky Blue
#7E98CE
BlueColor Codes
All color formats for development
HEX
#7E98CERGB
rgb(126, 152, 206)HSL
hsl(221, 45%, 65%)OKLCH
oklch(0.681 0.086 264.4)CMYK
cmyk(39%, 26%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6684C5
2#4E70BC
3#4061A8
4#375390
5#2E4578
6#243760
7#1B2A48
8#121C30
9#090E18
Tints
Lighter variations
1#8BA1D3
2#97ACD8
3#A4B6DD
4#B1C1E2
5#BECBE6
6#CBD5EB
7#D8E0F0
8#E5EAF5
9#F2F5FA
Tones
Muted variations
1#8298CA
2#869AC6
3#8A9BC2
4#8E9DBE
5#929EBA
6#96A0B6
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 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABB #AABBDF | BordersInactive statesPlaceholder text |
| 400 | 7E97 #7E97CE | Disabled statesSecondary iconsMuted text |
| 500 | 5979 #5979C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5E #3E5EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 314B #314B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2335 #23355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223B | 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: #CFD8ED;
--sky-blue-300: #AABBDF;
--sky-blue-400: #7E97CE;
--sky-blue-500: #5979C0;
--sky-blue-600: #3E5EA3;
--sky-blue-700: #314B81;
--sky-blue-800: #23355C;
--sky-blue-900: #16223B;
--sky-blue-950: #0E1525;
}