Sky Blue
#5CF0C6
GreenColor Codes
All color formats for development
HEX
#5CF0C6RGB
rgb(92, 240, 198)HSL
hsl(163, 83%, 65%)OKLCH
oklch(0.865 0.14 170.9)CMYK
cmyk(62%, 0%, 17%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDBB
2#1FEAB1
3#14D49E
4#11B687
5#0E9871
6#0B795A
7#085B44
8#063D2D
9#031E17
Tints
Lighter variations
1#6CF1CC
2#7CF3D1
3#8DF4D7
4#9DF6DD
5#ADF7E2
6#BEF9E8
7#CEFAEE
8#DEFCF4
9#EFFDF9
Tones
Muted variations
1#63E8C3
2#6AE1BF
3#72DABC
4#79D2B9
5#81CBB6
6#88C3B3
7#90BCAF
8#97B5AC
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF4;
--sky-blue-200: #C2F9EA;
--sky-blue-300: #94F5D9;
--sky-blue-400: #5CF0C6;
--sky-blue-500: #2DEBB6;
--sky-blue-600: #13CD99;
--sky-blue-700: #0FA379;
--sky-blue-800: #0B7557;
--sky-blue-900: #074B37;
--sky-blue-950: #042F23;
}