Sky Blue
#7CD0D0
CyanColor Codes
All color formats for development
HEX
#7CD0D0RGB
rgb(124, 208, 208)HSL
hsl(180, 47%, 65%)OKLCH
oklch(0.804 0.082 195.6)CMYK
cmyk(40%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63C7C7
2#4BBEBE
3#3DABAB
4#359292
5#2C7A7A
6#236161
7#1A4949
8#123131
9#091818
Tints
Lighter variations
1#89D4D4
2#96D9D9
3#A3DEDE
4#B0E3E3
5#BDE7E7
6#CBECEC
7#D8F1F1
8#E5F6F6
9#F2FAFA
Tones
Muted variations
1#80CCCC
2#84C7C7
3#88C3C3
4#8DBFBF
5#91BBBB
6#95B7B7
7#99B2B2
8#9DAEAE
9#A2AAAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F6 #E5F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEED #CEEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9E0 #A9E0E0 | BordersInactive statesPlaceholder text |
| 400 | 7CD0 #7CD0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56C2 #56C2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3BA5 #3BA5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F83 #2F8383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225E #225E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 163C #163C3C | 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: #E5F6F6;
--sky-blue-200: #CEEDED;
--sky-blue-300: #A9E0E0;
--sky-blue-400: #7CD0D0;
--sky-blue-500: #56C2C2;
--sky-blue-600: #3BA5A5;
--sky-blue-700: #2F8383;
--sky-blue-800: #225E5E;
--sky-blue-900: #163C3C;
--sky-blue-950: #0E2525;
}