Sky Blue
#7AA4D1
BlueColor Codes
All color formats for development
HEX
#7AA4D1RGB
rgb(122, 164, 209)HSL
hsl(211, 49%, 65%)OKLCH
oklch(0.705 0.081 250.7)CMYK
cmyk(42%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6193C9
2#4983C1
3#3B72AD
4#336294
5#2A527B
6#224163
7#19314A
8#112131
9#081019
Tints
Lighter variations
1#87ADD6
2#95B6DB
3#A2C0DF
4#AFC9E4
5#BDD2E8
6#CADBED
7#D7E4F1
8#E4EDF6
9#F2F6FA
Tones
Muted variations
1#7EA4CD
2#83A5C9
3#87A5C4
4#8CA5C0
5#90A5BC
6#94A5B7
7#99A5B3
8#9DA5AE
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 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | 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: #CEDDEE;
--sky-blue-300: #A8C3E1;
--sky-blue-400: #7AA4D1;
--sky-blue-500: #548AC4;
--sky-blue-600: #396EA7;
--sky-blue-700: #2E5885;
--sky-blue-800: #213F5F;
--sky-blue-900: #15283D;
--sky-blue-950: #0D1926;
}