Sky Blue
#7DC9CF
CyanColor Codes
All color formats for development
HEX
#7DC9CFRGB
rgb(125, 201, 207)HSL
hsl(184, 46%, 65%)OKLCH
oklch(0.789 0.076 202.2)CMYK
cmyk(40%, 3%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64BFC6
2#4CB5BD
3#3FA2A9
4#368B91
5#2D7479
6#245D61
7#1B4649
8#122E30
9#091718
Tints
Lighter variations
1#8ACFD4
2#97D4D8
3#A4D9DD
4#B1DFE2
5#BEE4E7
6#CBEAEC
7#D8EFF1
8#E5F4F5
9#F2FAFA
Tones
Muted variations
1#81C6CB
2#85C2C7
3#89BFC2
4#8DBBBE
5#91B8BA
6#95B4B6
7#99B0B2
8#9EADAE
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DC #A9DCDF | BordersInactive statesPlaceholder text |
| 400 | 7DC9 #7DC9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57BA #57BAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D9D #3D9DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307D #307D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2259 #22595D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393C | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #CFEBED;
--sky-blue-300: #A9DCDF;
--sky-blue-400: #7DC9CF;
--sky-blue-500: #57BAC1;
--sky-blue-600: #3D9DA4;
--sky-blue-700: #307D82;
--sky-blue-800: #22595D;
--sky-blue-900: #16393C;
--sky-blue-950: #0E2425;
}