Sky Blue
#7A9DD1
BlueColor Codes
All color formats for development
HEX
#7A9DD1RGB
rgb(122, 157, 209)HSL
hsl(216, 49%, 65%)OKLCH
oklch(0.69 0.086 258.1)CMYK
cmyk(42%, 25%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#618BC9
2#4979C1
3#3B69AD
4#335A94
5#2A4B7B
6#223C63
7#192D4A
8#111E31
9#080F19
Tints
Lighter variations
1#87A7D6
2#95B1DB
3#A2BADF
4#AFC4E4
5#BDCEE8
6#CAD8ED
7#D7E2F1
8#E4EBF6
9#F2F5FA
Tones
Muted variations
1#7E9ECD
2#839FC9
3#87A0C4
4#8CA1C0
5#90A1BC
6#94A2B7
7#99A3B3
8#9DA4AE
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BF #A8BFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9D #7A9DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5481 #5481C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3965 #3965A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E51 #2E5185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213A #213A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CEDBEE;
--sky-blue-300: #A8BFE1;
--sky-blue-400: #7A9DD1;
--sky-blue-500: #5481C4;
--sky-blue-600: #3965A7;
--sky-blue-700: #2E5185;
--sky-blue-800: #213A5F;
--sky-blue-900: #15253D;
--sky-blue-950: #0D1726;
}