Sky Blue
#5FECC2
GreenColor Codes
All color formats for development
HEX
#5FECC2RGB
rgb(95, 236, 194)HSL
hsl(162, 79%, 65%)OKLCH
oklch(0.855 0.137 170.2)CMYK
cmyk(60%, 0%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9B7
2#24E5AB
3#18D099
4#15B283
5#11946D
6#0E7757
7#0A5941
8#073B2C
9#031E16
Tints
Lighter variations
1#6FEEC8
2#7FF0CE
3#8FF2D4
4#9FF4DA
5#AFF6E0
6#BFF8E7
7#CFF9ED
8#DFFBF3
9#EFFDF9
Tones
Muted variations
1#66E5BF
2#6DDEBC
3#74D7B9
4#7BD0B7
5#82C9B4
6#8AC2B1
7#91BBAE
8#98B4AB
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C994 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A075 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7254 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C4F8E8;
--sky-blue-300: #96F3D7;
--sky-blue-400: #5FECC2;
--sky-blue-500: #32E7B1;
--sky-blue-600: #18C994;
--sky-blue-700: #13A075;
--sky-blue-800: #0D7254;
--sky-blue-900: #094936;
--sky-blue-950: #052E22;
}