Sky Blue
#7ECECE
CyanColor Codes
All color formats for development
HEX
#7ECECERGB
rgb(126, 206, 206)HSL
hsl(180, 45%, 65%)OKLCH
oklch(0.8 0.079 195.7)CMYK
cmyk(39%, 0%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66C5C5
2#4EBCBC
3#40A8A8
4#379090
5#2E7878
6#246060
7#1B4848
8#123030
9#091818
Tints
Lighter variations
1#8BD3D3
2#97D8D8
3#A4DDDD
4#B1E2E2
5#BEE6E6
6#CBEBEB
7#D8F0F0
8#E5F5F5
9#F2FAFA
Tones
Muted variations
1#82CACA
2#86C6C6
3#8AC2C2
4#8EBEBE
5#92BABA
6#96B6B6
7#9AB2B2
8#9EAEAE
9#A2AAAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADF #AADFDF | BordersInactive statesPlaceholder text |
| 400 | 7ECE #7ECECE | Disabled statesSecondary iconsMuted text |
| 500 | 59C0 #59C0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA3 #3EA3A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3181 #318181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235C #235C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E5F5F5;
--sky-blue-200: #CFEDED;
--sky-blue-300: #AADFDF;
--sky-blue-400: #7ECECE;
--sky-blue-500: #59C0C0;
--sky-blue-600: #3EA3A3;
--sky-blue-700: #318181;
--sky-blue-800: #235C5C;
--sky-blue-900: #163B3B;
--sky-blue-950: #0E2525;
}