Sky Blue
#55F7C4
GreenColor Codes
All color formats for development
HEX
#55F7C4RGB
rgb(85, 247, 196)HSL
hsl(161, 91%, 65%)OKLCH
oklch(0.879 0.153 168.1)CMYK
cmyk(66%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5B8
2#15F4AD
3#0ADE9B
4#09BE85
5#079E6F
6#067F58
7#045F42
8#033F2C
9#012016
Tints
Lighter variations
1#66F8C9
2#77F9CF
3#88F9D5
4#99FADB
5#AAFBE1
6#BBFCE7
7#CCFDED
8#DDFDF3
9#EEFEF9
Tones
Muted variations
1#5DEFC1
2#65E7BE
3#6DDFBB
4#75D6B8
5#7DCEB5
6#85C6B2
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 #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD696 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E36 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | 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: #C0FCE9;
--sky-blue-300: #8FFAD8;
--sky-blue-400: #55F7C4;
--sky-blue-500: #24F5B3;
--sky-blue-600: #0AD696;
--sky-blue-700: #08AA77;
--sky-blue-800: #067A55;
--sky-blue-900: #044E36;
--sky-blue-950: #023122;
}