Sky Blue
#7DCFCF
CyanColor Codes
All color formats for development
HEX
#7DCFCFRGB
rgb(125, 207, 207)HSL
hsl(180, 46%, 65%)OKLCH
oklch(0.802 0.08 195.7)CMYK
cmyk(40%, 0%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64C6C6
2#4CBDBD
3#3FA9A9
4#369191
5#2D7979
6#246161
7#1B4949
8#123030
9#091818
Tints
Lighter variations
1#8AD4D4
2#97D8D8
3#A4DDDD
4#B1E2E2
5#BEE7E7
6#CBECEC
7#D8F1F1
8#E5F5F5
9#F2FAFA
Tones
Muted variations
1#81CBCB
2#85C7C7
3#89C2C2
4#8DBEBE
5#91BABA
6#95B6B6
7#99B2B2
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 | A9DF #A9DFDF | BordersInactive statesPlaceholder text |
| 400 | 7DCF #7DCFCF | Disabled statesSecondary iconsMuted text |
| 500 | 57C1 #57C1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA4 #3DA4A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3082 #308282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225D #225D5D | 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: #E5F5F5;
--sky-blue-200: #CFEDED;
--sky-blue-300: #A9DFDF;
--sky-blue-400: #7DCFCF;
--sky-blue-500: #57C1C1;
--sky-blue-600: #3DA4A4;
--sky-blue-700: #308282;
--sky-blue-800: #225D5D;
--sky-blue-900: #163C3C;
--sky-blue-950: #0E2525;
}