Sky Blue
#7AA0D1
BlueColor Codes
All color formats for development
HEX
#7AA0D1RGB
rgb(122, 160, 209)HSL
hsl(214, 49%, 65%)OKLCH
oklch(0.697 0.084 255.1)CMYK
cmyk(42%, 23%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#618EC9
2#497DC1
3#3B6CAD
4#335D94
5#2A4D7B
6#223E63
7#192E4A
8#111F31
9#080F19
Tints
Lighter variations
1#87A9D6
2#95B3DB
3#A2BCDF
4#AFC6E4
5#BDCFE8
6#CAD9ED
7#D7E2F1
8#E4ECF6
9#F2F5FA
Tones
Muted variations
1#7EA1CD
2#83A1C9
3#87A2C4
4#8CA2C0
5#90A3BC
6#94A3B7
7#99A4B3
8#9DA5AE
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA0 #7AA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5485 #5485C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3969 #3969A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E53 #2E5385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CEDCEE;
--sky-blue-300: #A8C1E1;
--sky-blue-400: #7AA0D1;
--sky-blue-500: #5485C4;
--sky-blue-600: #3969A7;
--sky-blue-700: #2E5385;
--sky-blue-800: #213C5F;
--sky-blue-900: #15263D;
--sky-blue-950: #0D1826;
}