Sky Blue
#5CF0CD
CyanColor Codes
All color formats for development
HEX
#5CF0CDRGB
rgb(92, 240, 205)HSL
hsl(166, 83%, 65%)OKLCH
oklch(0.867 0.136 174.4)CMYK
cmyk(62%, 0%, 15%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDC4
2#1FEABB
3#14D4A7
4#11B68F
5#0E9878
6#0B7960
7#085B48
8#063D30
9#031E18
Tints
Lighter variations
1#6CF1D2
2#7CF3D7
3#8DF4DC
4#9DF6E1
5#ADF7E6
6#BEF9EB
7#CEFAF0
8#DEFCF5
9#EFFDFA
Tones
Muted variations
1#63E8C9
2#6AE1C5
3#72DAC1
4#79D2BD
5#81CBBA
6#88C3B6
7#90BCB2
8#97B5AE
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF5;
--sky-blue-200: #C2F9ED;
--sky-blue-300: #94F5DE;
--sky-blue-400: #5CF0CD;
--sky-blue-500: #2DEBBF;
--sky-blue-600: #13CDA2;
--sky-blue-700: #0FA381;
--sky-blue-800: #0B755C;
--sky-blue-900: #074B3B;
--sky-blue-950: #042F25;
}