Sky Blue
#7497D8
BlueColor Codes
All color formats for development
HEX
#7497D8RGB
rgb(116, 151, 216)HSL
hsl(219, 56%, 65%)OKLCH
oklch(0.677 0.105 262.2)CMYK
cmyk(46%, 30%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A83D0
2#4070C9
3#3361B5
4#2C539B
5#244581
6#1D3767
7#16294E
8#0F1C34
9#070E1A
Tints
Lighter variations
1#82A1DC
2#90ACE0
3#9EB6E4
4#ABC0E7
5#B9CBEB
6#C7D5EF
7#D5E0F3
8#E3EAF7
9#F1F5FB
Tones
Muted variations
1#7998D3
2#7E9ACE
3#839BC9
4#889DC4
5#8D9EBF
6#92A0BA
7#97A1B5
8#9CA3B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BA #A4BAE5 | BordersInactive statesPlaceholder text |
| 400 | 7497 #7497D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C79 #4C79CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315D #315DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 274A #274A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C35 #1C3563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1222 #122240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3EAF7;
--sky-blue-200: #CBD8F0;
--sky-blue-300: #A4BAE5;
--sky-blue-400: #7497D8;
--sky-blue-500: #4C79CD;
--sky-blue-600: #315DAF;
--sky-blue-700: #274A8B;
--sky-blue-800: #1C3563;
--sky-blue-900: #122240;
--sky-blue-950: #0B1528;
}