Sky Blue
#7EC6CE
CyanColor Codes
All color formats for development
HEX
#7EC6CERGB
rgb(126, 198, 206)HSL
hsl(186, 45%, 65%)OKLCH
oklch(0.782 0.073 204.7)CMYK
cmyk(39%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66BBC5
2#4EB1BC
3#409EA8
4#378790
5#2E7178
6#245A60
7#1B4448
8#122D30
9#091718
Tints
Lighter variations
1#8BCCD3
2#97D1D8
3#A4D7DD
4#B1DDE2
5#BEE2E6
6#CBE8EB
7#D8EEF0
8#E5F4F5
9#F2F9FA
Tones
Muted variations
1#82C3CA
2#86BFC6
3#8ABCC2
4#8EB9BE
5#92B6BA
6#96B3B6
7#9AAFB2
8#9EACAE
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD9 #AAD9DF | BordersInactive statesPlaceholder text |
| 400 | 7EC6 #7EC6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B6 #59B6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E99 #3E99A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3179 #317981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2357 #23575C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #CFEAED;
--sky-blue-300: #AAD9DF;
--sky-blue-400: #7EC6CE;
--sky-blue-500: #59B6C0;
--sky-blue-600: #3E99A3;
--sky-blue-700: #317981;
--sky-blue-800: #23575C;
--sky-blue-900: #16373B;
--sky-blue-950: #0E2325;
}