Sky Blue
#9CECD0
GreenColor Codes
All color formats for development
HEX
#9CECD0RGB
rgb(156, 236, 208)HSL
hsl(159, 68%, 77%)OKLCH
oklch(0.884 0.088 170.2)CMYK
cmyk(34%, 0%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6C1
2#5AE0B1
3#3AD9A1
4#26C68E
5#1FA576
6#19845F
7#136347
8#0D422F
9#062118
Tints
Lighter variations
1#A6EED5
2#B0F0DA
3#BAF2DE
4#C4F4E3
5#CEF6E8
6#D8F7EC
7#E1F9F1
8#EBFBF6
9#F5FDFA
Tones
Muted variations
1#A0E8CF
2#A4E4CE
3#A8E0CD
4#ACDCCC
5#B0D8CA
6#B4D4C9
7#B8D0C8
8#BCCCC7
9#C0C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D966B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4531 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1F9F1;
--sky-blue-200: #C7F4E5;
--sky-blue-300: #9CECD0;
--sky-blue-400: #69E2B8;
--sky-blue-500: #3EDAA4;
--sky-blue-600: #24BC87;
--sky-blue-700: #1D966B;
--sky-blue-800: #146B4D;
--sky-blue-900: #0D4531;
--sky-blue-950: #082B1F;
}