Sky Blue
#7D97CF
BlueColor Codes
All color formats for development
HEX
#7D97CFRGB
rgb(125, 151, 207)HSL
hsl(221, 46%, 65%)OKLCH
oklch(0.678 0.088 265)CMYK
cmyk(40%, 27%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6483C6
2#4C70BD
3#3F60A9
4#365391
5#2D4579
6#243761
7#1B2949
8#121C30
9#090E18
Tints
Lighter variations
1#8AA1D4
2#97ACD8
3#A4B6DD
4#B1C0E2
5#BECBE7
6#CBD5EC
7#D8E0F1
8#E5EAF5
9#F2F5FA
Tones
Muted variations
1#8198CB
2#859AC7
3#899BC2
4#8D9DBE
5#919EBA
6#95A0B6
7#99A1B2
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 | A9BA #A9BADF | BordersInactive statesPlaceholder text |
| 400 | 7D97 #7D97CF | Disabled statesSecondary iconsMuted text |
| 500 | 5779 #5779C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5D #3D5DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304A #304A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2235 #22355D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223C | 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: #A9BADF;
--sky-blue-400: #7D97CF;
--sky-blue-500: #5779C1;
--sky-blue-600: #3D5DA4;
--sky-blue-700: #304A82;
--sky-blue-800: #22355D;
--sky-blue-900: #16223C;
--sky-blue-950: #0E1525;
}