Sky Blue
#7ECACD
CyanColor Codes
All color formats for development
HEX
#7ECACDRGB
rgb(126, 202, 205)HSL
hsl(182, 44%, 65%)OKLCH
oklch(0.791 0.075 199)CMYK
cmyk(39%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67C1C4
2#4FB7BA
3#41A4A7
4#388C8F
5#2E7577
6#255E5F
7#1C4648
8#132F30
9#091718
Tints
Lighter variations
1#8BD0D2
2#98D5D7
3#A5DADC
4#B2DFE1
5#BFE5E6
6#CCEAEB
7#D8EFF0
8#E5F4F5
9#F2FAFA
Tones
Muted variations
1#82C7C9
2#86C3C5
3#8ABFC1
4#8EBCBD
5#92B8B9
6#96B4B5
7#9AB1B2
8#9EADAE
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 | CFEB #CFEBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7ECA #7ECACD | Disabled statesSecondary iconsMuted text |
| 500 | 5ABB #5ABBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F9E #3F9EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327E #327E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245A #245A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 173A #173A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | 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: #CFEBEC;
--sky-blue-300: #ABDCDE;
--sky-blue-400: #7ECACD;
--sky-blue-500: #5ABBBF;
--sky-blue-600: #3F9EA2;
--sky-blue-700: #327E81;
--sky-blue-800: #245A5C;
--sky-blue-900: #173A3B;
--sky-blue-950: #0E2425;
}