Sky Blue
#7DCDCF
CyanColor Codes
All color formats for development
HEX
#7DCDCFRGB
rgb(125, 205, 207)HSL
hsl(181, 46%, 65%)OKLCH
oklch(0.798 0.079 197.7)CMYK
cmyk(40%, 1%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64C4C6
2#4CBBBD
3#3FA8A9
4#369091
5#2D7879
6#246061
7#1B4849
8#123030
9#091818
Tints
Lighter variations
1#8AD2D4
2#97D7D8
3#A4DCDD
4#B1E1E2
5#BEE6E7
6#CBEBEC
7#D8F0F1
8#E5F5F5
9#F2FAFA
Tones
Muted variations
1#81C9CB
2#85C5C7
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 | A9DE #A9DEDF | BordersInactive statesPlaceholder text |
| 400 | 7DCD #7DCDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57BF #57BFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA2 #3DA2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3081 #308182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225C #225C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3C | 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: #A9DEDF;
--sky-blue-400: #7DCDCF;
--sky-blue-500: #57BFC1;
--sky-blue-600: #3DA2A4;
--sky-blue-700: #308182;
--sky-blue-800: #225C5D;
--sky-blue-900: #163B3C;
--sky-blue-950: #0E2525;
}