Sky Blue
#7A97D1
BlueColor Codes
All color formats for development
HEX
#7A97D1RGB
rgb(122, 151, 209)HSL
hsl(220, 49%, 65%)OKLCH
oklch(0.677 0.092 263.7)CMYK
cmyk(42%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6184C9
2#4971C1
3#3B61AD
4#335394
5#2A457B
6#223763
7#192A4A
8#111C31
9#080E19
Tints
Lighter variations
1#87A2D6
2#95ACDB
3#A2B6DF
4#AFC1E4
5#BDCBE8
6#CAD5ED
7#D7E0F1
8#E4EAF6
9#F2F5FA
Tones
Muted variations
1#7E99CD
2#839AC9
3#879CC4
4#8C9DC0
5#909EBC
6#94A0B7
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 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7A97 #7A97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547A #547AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395E #395EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2135 #21355F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223D | 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: #E4EAF6;
--sky-blue-200: #CED8EE;
--sky-blue-300: #A8BBE1;
--sky-blue-400: #7A97D1;
--sky-blue-500: #547AC4;
--sky-blue-600: #395EA7;
--sky-blue-700: #2E4B85;
--sky-blue-800: #21355F;
--sky-blue-900: #15223D;
--sky-blue-950: #0D1526;
}