Sky Blue
#5CF0D7
CyanColor Codes
All color formats for development
HEX
#5CF0D7RGB
rgb(92, 240, 215)HSL
hsl(170, 83%, 65%)OKLCH
oklch(0.869 0.131 179.9)CMYK
cmyk(62%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDD0
2#1FEAC8
3#14D4B4
4#11B69A
5#0E9881
6#0B7967
7#085B4D
8#063D33
9#031E1A
Tints
Lighter variations
1#6CF1DB
2#7CF3DF
3#8DF4E3
4#9DF6E7
5#ADF7EB
6#BEF9EF
7#CEFAF3
8#DEFCF7
9#EFFDFB
Tones
Muted variations
1#63E8D2
2#6AE1CD
3#72DAC8
4#79D2C3
5#81CBBE
6#88C3BA
7#90BCB5
8#97B5B0
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF7;
--sky-blue-200: #C2F9F0;
--sky-blue-300: #94F5E5;
--sky-blue-400: #5CF0D7;
--sky-blue-500: #2DEBCC;
--sky-blue-600: #13CDAE;
--sky-blue-700: #0FA38B;
--sky-blue-800: #0B7563;
--sky-blue-900: #074B3F;
--sky-blue-950: #042F28;
}