Sky Blue
#55F7C1
GreenColor Codes
All color formats for development
HEX
#55F7C1RGB
rgb(85, 247, 193)HSL
hsl(160, 91%, 65%)OKLCH
oklch(0.878 0.155 166.8)CMYK
cmyk(66%, 0%, 22%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5B5
2#15F4AA
3#0ADE97
4#09BE82
5#079E6C
6#067F56
7#045F41
8#033F2B
9#012016
Tints
Lighter variations
1#66F8C7
2#77F9CD
3#88F9D3
4#99FADA
5#AAFBE0
6#BBFCE6
7#CCFDEC
8#DDFDF3
9#EEFEF9
Tones
Muted variations
1#5DEFBE
2#65E7BB
3#6DDFB9
4#75D6B6
5#7DCEB3
6#85C6B1
7#8DBEAE
8#96B6AB
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD6 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD692 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFDF3;
--sky-blue-200: #C0FCE8;
--sky-blue-300: #8FFAD6;
--sky-blue-400: #55F7C1;
--sky-blue-500: #24F5AF;
--sky-blue-600: #0AD692;
--sky-blue-700: #08AA74;
--sky-blue-800: #067A53;
--sky-blue-900: #044E35;
--sky-blue-950: #023121;
}