Sky Blue
#9FE9CC
GreenColor Codes
All color formats for development
HEX
#9FE9CCRGB
rgb(159, 233, 204)HSL
hsl(156, 63%, 77%)OKLCH
oklch(0.877 0.084 167.9)CMYK
cmyk(32%, 0%, 12%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2BB
2#5FDBA9
3#3FD498
4#2CC085
5#24A06F
6#1D8058
7#166042
8#0F402C
9#072016
Tints
Lighter variations
1#A9EBD1
2#B3EED6
3#BCF0DB
4#C6F2E0
5#CFF4E5
6#D9F6EA
7#E2F8F0
8#ECFBF5
9#F5FDFA
Tones
Muted variations
1#A3E6CB
2#A7E2CA
3#AADECA
4#AEDBC9
5#B2D7C8
6#B6D3C7
7#B9CFC7
8#BDCCC6
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D59B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF8;
--sky-blue-100: #E2F8EF;
--sky-blue-200: #C9F3E2;
--sky-blue-300: #9FE9CC;
--sky-blue-400: #6EDEB1;
--sky-blue-500: #44D59B;
--sky-blue-600: #2AB77E;
--sky-blue-700: #219164;
--sky-blue-800: #186848;
--sky-blue-900: #0F432E;
--sky-blue-950: #092A1D;
}