Sky Blue
#7B97D1
BlueColor Codes
All color formats for development
HEX
#7B97D1RGB
rgb(123, 151, 209)HSL
hsl(220, 48%, 65%)OKLCH
oklch(0.678 0.092 264.3)CMYK
cmyk(41%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6284C8
2#4A71BF
3#3C61AC
4#345493
5#2B467B
6#223862
7#1A2A4A
8#111C31
9#090E19
Tints
Lighter variations
1#88A2D5
2#95ACDA
3#A3B7DF
4#B0C1E3
5#BDCBE8
6#CAD6EC
7#D7E0F1
8#E5EAF6
9#F2F5FA
Tones
Muted variations
1#7F99CC
2#839AC8
3#889CC4
4#8C9DBF
5#909FBB
6#95A0B7
7#99A1B3
8#9DA3AE
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7B97 #7B97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 557A #557AC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A5E #3A5EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2136 #21365E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223C | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E5EAF6;
--sky-blue-200: #CED9EE;
--sky-blue-300: #A8BBE1;
--sky-blue-400: #7B97D1;
--sky-blue-500: #557AC3;
--sky-blue-600: #3A5EA6;
--sky-blue-700: #2E4B84;
--sky-blue-800: #21365E;
--sky-blue-900: #15223C;
--sky-blue-950: #0D1526;
}