Sky Blue
#55F6D9
CyanColor Codes
All color formats for development
HEX
#55F6D9RGB
rgb(85, 246, 217)HSL
hsl(169, 90%, 65%)OKLCH
oklch(0.882 0.139 178.5)CMYK
cmyk(65%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4D1
2#16F3CA
3#0CDCB6
4#0ABD9C
5#089D82
6#077E68
7#055E4E
8#033F34
9#021F1A
Tints
Lighter variations
1#66F7DC
2#77F8E0
3#88F9E4
4#99FAE8
5#AAFBEC
6#BBFBF0
7#CCFCF3
8#DDFDF7
9#EEFEFB
Tones
Muted variations
1#5DEED4
2#65E6CE
3#6EDEC9
4#76D6C4
5#7ECEBF
6#86C6BA
7#8EBEB5
8#96B6B0
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF7;
--sky-blue-200: #C0FCF1;
--sky-blue-300: #90F9E6;
--sky-blue-400: #55F6D9;
--sky-blue-500: #25F4CE;
--sky-blue-600: #0BD5B0;
--sky-blue-700: #09AA8C;
--sky-blue-800: #067964;
--sky-blue-900: #044E40;
--sky-blue-950: #033028;
}