Sky Blue
#7AA6D1
BlueColor Codes
All color formats for development
HEX
#7AA6D1RGB
rgb(122, 166, 209)HSL
hsl(210, 49%, 65%)OKLCH
oklch(0.71 0.079 248.4)CMYK
cmyk(42%, 21%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6195C9
2#4985C1
3#3B74AD
4#336394
5#2A537B
6#224263
7#19324A
8#112131
9#081119
Tints
Lighter variations
1#87AFD6
2#95B8DB
3#A2C1DF
4#AFC9E4
5#BDD2E8
6#CADBED
7#D7E4F1
8#E4EDF6
9#F2F6FA
Tones
Muted variations
1#7EA6CD
2#83A6C9
3#87A6C4
4#8CA6C0
5#90A6BC
6#94A6B7
7#99A6B3
8#9DA6AE
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C4 #A8C4E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA6 #7AA6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548C #548CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3970 #3970A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E59 #2E5985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2140 #21405F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CEDEEE;
--sky-blue-300: #A8C4E1;
--sky-blue-400: #7AA6D1;
--sky-blue-500: #548CC4;
--sky-blue-600: #3970A7;
--sky-blue-700: #2E5985;
--sky-blue-800: #21405F;
--sky-blue-900: #15293D;
--sky-blue-950: #0D1A26;
}