Sky Blue
#55F7C6
GreenColor Codes
All color formats for development
HEX
#55F7C6RGB
rgb(85, 247, 198)HSL
hsl(162, 91%, 65%)OKLCH
oklch(0.88 0.151 169)CMYK
cmyk(66%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5BC
2#15F4B1
3#0ADE9E
4#09BE88
5#079E71
6#067F5A
7#045F44
8#033F2D
9#012017
Tints
Lighter variations
1#66F8CC
2#77F9D2
3#88F9D7
4#99FADD
5#AAFBE3
6#BBFCE8
7#CCFDEE
8#DDFDF4
9#EEFEF9
Tones
Muted variations
1#5DEFC3
2#65E7C0
3#6DDFBC
4#75D6B9
5#7DCEB6
6#85C6B3
7#8DBEAF
8#96B6AC
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 #C0FCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | 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: #C0FCEA;
--sky-blue-300: #8FFADA;
--sky-blue-400: #55F7C6;
--sky-blue-500: #24F5B6;
--sky-blue-600: #0AD699;
--sky-blue-700: #08AA7A;
--sky-blue-800: #067A57;
--sky-blue-900: #044E38;
--sky-blue-950: #023123;
}