Sky Blue
#75CFD7
CyanColor Codes
All color formats for development
HEX
#75CFD7RGB
rgb(117, 207, 215)HSL
hsl(185, 55%, 65%)OKLCH
oklch(0.801 0.087 203)CMYK
cmyk(46%, 4%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BC6CF
2#41BDC8
3#34A9B4
4#2D919A
5#257980
6#1E6167
7#16494D
8#0F3033
9#07181A
Tints
Lighter variations
1#82D3DB
2#90D8DF
3#9EDDE3
4#ACE2E7
5#BAE7EB
6#C8ECEF
7#D5F0F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#7ACBD2
2#7EC6CD
3#83C2C8
4#88BEC3
5#8DBABE
6#92B6B9
7#97B2B4
8#9CAEB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCED #CCEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DF #A4DFE5 | BordersInactive statesPlaceholder text |
| 400 | 75CF #75CFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC1 #4DC1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A4 #32A4AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2882 #28828A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5D #1D5D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F7;
--sky-blue-200: #CCEDF0;
--sky-blue-300: #A4DFE5;
--sky-blue-400: #75CFD7;
--sky-blue-500: #4DC1CB;
--sky-blue-600: #32A4AE;
--sky-blue-700: #28828A;
--sky-blue-800: #1D5D63;
--sky-blue-900: #123C3F;
--sky-blue-950: #0B2528;
}