Sky Blue
#5FECC0
GreenColor Codes
All color formats for development
HEX
#5FECC0RGB
rgb(95, 236, 192)HSL
hsl(161, 79%, 65%)OKLCH
oklch(0.854 0.138 169.2)CMYK
cmyk(60%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9B4
2#24E5A8
3#18D096
4#15B280
5#11946B
6#0E7756
7#0A5940
8#073B2B
9#031E15
Tints
Lighter variations
1#6FEEC6
2#7FF0CC
3#8FF2D3
4#9FF4D9
5#AFF6DF
6#BFF8E6
7#CFF9EC
8#DFFBF2
9#EFFDF9
Tones
Muted variations
1#66E5BD
2#6DDEBA
3#74D7B8
4#7BD0B5
5#82C9B3
6#8AC2B0
7#91BBAE
8#98B4AB
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C4F8E7;
--sky-blue-300: #96F3D5;
--sky-blue-400: #5FECC0;
--sky-blue-500: #32E7AD;
--sky-blue-600: #18C991;
--sky-blue-700: #13A073;
--sky-blue-800: #0D7252;
--sky-blue-900: #094935;
--sky-blue-950: #052E21;
}