Sky Blue
#5CF0C1
GreenColor Codes
All color formats for development
HEX
#5CF0C1RGB
rgb(92, 240, 193)HSL
hsl(161, 83%, 65%)OKLCH
oklch(0.863 0.143 168.5)CMYK
cmyk(62%, 0%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDB5
2#1FEAAA
3#14D497
4#11B682
5#0E986C
6#0B7956
7#085B41
8#063D2B
9#031E16
Tints
Lighter variations
1#6CF1C7
2#7CF3CD
3#8DF4D4
4#9DF6DA
5#ADF7E0
6#BEF9E6
7#CEFAEC
8#DEFCF3
9#EFFDF9
Tones
Muted variations
1#63E8BE
2#6AE1BB
3#72DAB9
4#79D2B6
5#81CBB3
6#88C3B1
7#90BCAE
8#97B5AB
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B35 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF3;
--sky-blue-200: #C2F9E8;
--sky-blue-300: #94F5D6;
--sky-blue-400: #5CF0C1;
--sky-blue-500: #2DEBAF;
--sky-blue-600: #13CD92;
--sky-blue-700: #0FA374;
--sky-blue-800: #0B7553;
--sky-blue-900: #074B35;
--sky-blue-950: #042F21;
}