Sky Blue
#55F6C6
GreenColor Codes
All color formats for development
HEX
#55F6C6RGB
rgb(85, 246, 198)HSL
hsl(162, 90%, 65%)OKLCH
oklch(0.877 0.15 169.3)CMYK
cmyk(65%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4BB
2#16F3B1
3#0CDC9E
4#0ABD87
5#089D71
6#077E5A
7#055E44
8#033F2D
9#021F17
Tints
Lighter variations
1#66F7CC
2#77F8D1
3#88F9D7
4#99FADD
5#AAFBE2
6#BBFBE8
7#CCFCEE
8#DDFDF4
9#EEFEF9
Tones
Muted variations
1#5DEEC3
2#65E6BF
3#6EDEBC
4#76D6B9
5#7ECEB6
6#86C6B3
7#8EBEAF
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 | 90F9 #90F9D9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E37 | 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: #C0FCEA;
--sky-blue-300: #90F9D9;
--sky-blue-400: #55F6C6;
--sky-blue-500: #25F4B6;
--sky-blue-600: #0BD599;
--sky-blue-700: #09AA79;
--sky-blue-800: #067957;
--sky-blue-900: #044E37;
--sky-blue-950: #033023;
}