Sky Blue
#55F6C1
GreenColor Codes
All color formats for development
HEX
#55F6C1RGB
rgb(85, 246, 193)HSL
hsl(160, 90%, 65%)OKLCH
oklch(0.876 0.154 167.1)CMYK
cmyk(65%, 0%, 22%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4B5
2#16F3A9
3#0CDC97
4#0ABD81
5#089D6C
6#077E56
7#055E41
8#033F2B
9#021F16
Tints
Lighter variations
1#66F7C7
2#77F8CD
3#88F9D3
4#99FADA
5#AAFBE0
6#BBFBE6
7#CCFCEC
8#DDFDF3
9#EEFEF9
Tones
Muted variations
1#5DEEBE
2#65E6BB
3#6EDEB8
4#76D6B6
5#7ECEB3
6#86C6B0
7#8EBEAE
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 | 90F9 #90F9D6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | 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: #90F9D6;
--sky-blue-400: #55F6C1;
--sky-blue-500: #25F4AF;
--sky-blue-600: #0BD592;
--sky-blue-700: #09AA74;
--sky-blue-800: #067953;
--sky-blue-900: #044E35;
--sky-blue-950: #033021;
}