Sky Blue
#7AC9D1
CyanColor Codes
All color formats for development
HEX
#7AC9D1RGB
rgb(122, 201, 209)HSL
hsl(186, 49%, 65%)OKLCH
oklch(0.788 0.079 204)CMYK
cmyk(42%, 4%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61BFC9
2#49B5C1
3#3BA2AD
4#338A94
5#2A737B
6#225C63
7#19454A
8#112E31
9#081719
Tints
Lighter variations
1#87CED6
2#95D4DB
3#A2D9DF
4#AFDEE4
5#BDE4E8
6#CAE9ED
7#D7EFF1
8#E4F4F6
9#F2FAFA
Tones
Muted variations
1#7EC5CD
2#83C2C9
3#87BEC4
4#8CBBC0
5#90B7BC
6#94B4B7
7#99B0B3
8#9DADAE
9#A1A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC9 #7AC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B9 #54B9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399C #399CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E4F4F6;
--sky-blue-200: #CEEBEE;
--sky-blue-300: #A8DBE1;
--sky-blue-400: #7AC9D1;
--sky-blue-500: #54B9C4;
--sky-blue-600: #399CA7;
--sky-blue-700: #2E7C85;
--sky-blue-800: #21595F;
--sky-blue-900: #15393D;
--sky-blue-950: #0D2326;
}