Sky Blue
#7AA7D1
BlueColor Codes
All color formats for development
HEX
#7AA7D1RGB
rgb(122, 167, 209)HSL
hsl(209, 49%, 65%)OKLCH
oklch(0.712 0.079 247.3)CMYK
cmyk(42%, 20%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6197C9
2#4987C1
3#3B76AD
4#336594
5#2A547B
6#224363
7#19334A
8#112231
9#081119
Tints
Lighter variations
1#87B0D6
2#95B9DB
3#A2C2DF
4#AFCAE4
5#BDD3E8
6#CADCED
7#D7E5F1
8#E4EDF6
9#F2F6FA
Tones
Muted variations
1#7EA7CD
2#83A7C9
3#87A7C4
4#8CA7C0
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 | A8C5 #A8C5E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA7 #7AA7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548E #548EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3972 #3972A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5B #2E5B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2141 #21415F | 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: #A8C5E1;
--sky-blue-400: #7AA7D1;
--sky-blue-500: #548EC4;
--sky-blue-600: #3972A7;
--sky-blue-700: #2E5B85;
--sky-blue-800: #21415F;
--sky-blue-900: #15293D;
--sky-blue-950: #0D1A26;
}