Sky Blue
#5CF0D5
CyanColor Codes
All color formats for development
HEX
#5CF0D5RGB
rgb(92, 240, 213)HSL
hsl(169, 83%, 65%)OKLCH
oklch(0.869 0.132 178.7)CMYK
cmyk(62%, 0%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDCD
2#1FEAC5
3#14D4B1
4#11B698
5#0E987E
6#0B7965
7#085B4C
8#063D33
9#031E19
Tints
Lighter variations
1#6CF1D9
2#7CF3DD
3#8DF4E1
4#9DF6E6
5#ADF7EA
6#BEF9EE
7#CEFAF2
8#DEFCF7
9#EFFDFB
Tones
Muted variations
1#63E8D0
2#6AE1CB
3#72DAC7
4#79D2C2
5#81CBBD
6#88C3B9
7#90BCB4
8#97B5AF
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF7;
--sky-blue-200: #C2F9EF;
--sky-blue-300: #94F5E3;
--sky-blue-400: #5CF0D5;
--sky-blue-500: #2DEBC9;
--sky-blue-600: #13CDAB;
--sky-blue-700: #0FA388;
--sky-blue-800: #0B7561;
--sky-blue-900: #074B3E;
--sky-blue-950: #042F27;
}