Sky Blue
#5CF0DC
CyanColor Codes
All color formats for development
HEX
#5CF0DCRGB
rgb(92, 240, 220)HSL
hsl(172, 83%, 65%)OKLCH
oklch(0.871 0.129 182.8)CMYK
cmyk(62%, 0%, 8%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDD6
2#1FEACF
3#14D4BB
4#11B6A0
5#0E9885
6#0B796B
7#085B50
8#063D35
9#031E1B
Tints
Lighter variations
1#6CF1E0
2#7CF3E3
3#8DF4E7
4#9DF6EA
5#ADF7EE
6#BEF9F1
7#CEFAF5
8#DEFCF8
9#EFFDFC
Tones
Muted variations
1#63E8D7
2#6AE1D1
3#72DACC
4#79D2C6
5#81CBC1
6#88C3BB
7#90BCB6
8#97B5B1
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF8;
--sky-blue-200: #C2F9F2;
--sky-blue-300: #94F5E8;
--sky-blue-400: #5CF0DC;
--sky-blue-500: #2DEBD2;
--sky-blue-600: #13CDB4;
--sky-blue-700: #0FA390;
--sky-blue-800: #0B7567;
--sky-blue-900: #074B42;
--sky-blue-950: #042F29;
}