Sky Blue
#55F7C9
GreenColor Codes
All color formats for development
HEX
#55F7C9RGB
rgb(85, 247, 201)HSL
hsl(163, 91%, 65%)OKLCH
oklch(0.88 0.149 170.3)CMYK
cmyk(66%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5BF
2#15F4B5
3#0ADEA2
4#09BE8B
5#079E74
6#067F5C
7#045F45
8#033F2E
9#012017
Tints
Lighter variations
1#66F8CE
2#77F9D4
3#88F9D9
4#99FADF
5#AAFBE4
6#BBFCE9
7#CCFDEF
8#DDFDF4
9#EEFEFA
Tones
Muted variations
1#5DEFC5
2#65E7C2
3#6DDFBE
4#75D6BB
5#7DCEB7
6#85C6B4
7#8DBEB0
8#96B6AD
9#9EAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD69C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFDF4;
--sky-blue-200: #C0FCEB;
--sky-blue-300: #8FFADB;
--sky-blue-400: #55F7C9;
--sky-blue-500: #24F5B9;
--sky-blue-600: #0AD69C;
--sky-blue-700: #08AA7C;
--sky-blue-800: #067A59;
--sky-blue-900: #044E39;
--sky-blue-950: #023124;
}