Sky Blue
#55F6C9
GreenColor Codes
All color formats for development
HEX
#55F6C9RGB
rgb(85, 246, 201)HSL
hsl(163, 90%, 65%)OKLCH
oklch(0.878 0.148 170.6)CMYK
cmyk(65%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4BE
2#16F3B4
3#0CDCA1
4#0ABD8A
5#089D73
6#077E5C
7#055E45
8#033F2E
9#021F17
Tints
Lighter variations
1#66F7CE
2#77F8D3
3#88F9D9
4#99FADE
5#AAFBE4
6#BBFBE9
7#CCFCEF
8#DDFDF4
9#EEFEFA
Tones
Muted variations
1#5DEEC5
2#65E6C2
3#6EDEBE
4#76D6BB
5#7ECEB7
6#86C6B4
7#8EBEB0
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 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | 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: #90F9DB;
--sky-blue-400: #55F6C9;
--sky-blue-500: #25F4B9;
--sky-blue-600: #0BD59C;
--sky-blue-700: #09AA7C;
--sky-blue-800: #067959;
--sky-blue-900: #044E39;
--sky-blue-950: #033023;
}