Sky Blue
#7ECDCD
CyanColor Codes
All color formats for development
HEX
#7ECDCDRGB
rgb(126, 205, 205)HSL
hsl(180, 44%, 65%)OKLCH
oklch(0.798 0.078 195.7)CMYK
cmyk(39%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67C4C4
2#4FBABA
3#41A7A7
4#388F8F
5#2E7777
6#255F5F
7#1C4848
8#133030
9#091818
Tints
Lighter variations
1#8BD2D2
2#98D7D7
3#A5DCDC
4#B2E1E1
5#BFE6E6
6#CCEBEB
7#D8F0F0
8#E5F5F5
9#F2FAFA
Tones
Muted variations
1#82C9C9
2#86C5C5
3#8AC1C1
4#8EBDBD
5#92B9B9
6#96B5B5
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 | CFEC #CFECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5ABF #5ABFBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3FA2 #3FA2A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3281 #328181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245C #245C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 173B #173B3B | 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: #CFECEC;
--sky-blue-300: #ABDEDE;
--sky-blue-400: #7ECDCD;
--sky-blue-500: #5ABFBF;
--sky-blue-600: #3FA2A2;
--sky-blue-700: #328181;
--sky-blue-800: #245C5C;
--sky-blue-900: #173B3B;
--sky-blue-950: #0E2525;
}