Sky Blue
#7ECACE
CyanColor Codes
All color formats for development
HEX
#7ECACERGB
rgb(126, 202, 206)HSL
hsl(183, 45%, 65%)OKLCH
oklch(0.791 0.076 200)CMYK
cmyk(39%, 2%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66C0C5
2#4EB6BC
3#40A3A8
4#378C90
5#2E7478
6#245D60
7#1B4648
8#122F30
9#091718
Tints
Lighter variations
1#8BCFD3
2#97D5D8
3#A4DADD
4#B1DFE2
5#BEE4E6
6#CBEAEB
7#D8EFF0
8#E5F4F5
9#F2FAFA
Tones
Muted variations
1#82C6CA
2#86C3C6
3#8ABFC2
4#8EBBBE
5#92B8BA
6#96B4B6
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 #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADC #AADCDF | BordersInactive statesPlaceholder text |
| 400 | 7ECA #7ECACE | Disabled statesSecondary iconsMuted text |
| 500 | 59BB #59BBC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9E #3E9EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317D #317D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235A #235A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393B | 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: #CFEBED;
--sky-blue-300: #AADCDF;
--sky-blue-400: #7ECACE;
--sky-blue-500: #59BBC0;
--sky-blue-600: #3E9EA3;
--sky-blue-700: #317D81;
--sky-blue-800: #235A5C;
--sky-blue-900: #16393B;
--sky-blue-950: #0E2425;
}