Sky Blue
#7AC7D1
CyanColor Codes
All color formats for development
HEX
#7AC7D1RGB
rgb(122, 199, 209)HSL
hsl(187, 49%, 65%)OKLCH
oklch(0.783 0.077 206.3)CMYK
cmyk(42%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61BDC9
2#49B3C1
3#3BA0AD
4#338994
5#2A727B
6#225B63
7#19444A
8#112E31
9#081719
Tints
Lighter variations
1#87CDD6
2#95D2DB
3#A2D8DF
4#AFDEE4
5#BDE3E8
6#CAE9ED
7#D7EEF1
8#E4F4F6
9#F2F9FA
Tones
Muted variations
1#7EC4CD
2#83C1C9
3#87BDC4
4#8CBAC0
5#90B7BC
6#94B3B7
7#99B0B3
8#9DACAE
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 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC7 #7AC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B7 #54B7C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399A #399AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7B #2E7B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383D | 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: #CEEAEE;
--sky-blue-300: #A8DAE1;
--sky-blue-400: #7AC7D1;
--sky-blue-500: #54B7C4;
--sky-blue-600: #399AA7;
--sky-blue-700: #2E7B85;
--sky-blue-800: #21585F;
--sky-blue-900: #15383D;
--sky-blue-950: #0D2326;
}