Sky Blue
#9FEACB
GreenColor Codes
All color formats for development
HEX
#9FEACBRGB
rgb(159, 234, 203)HSL
hsl(155, 64%, 77%)OKLCH
oklch(0.879 0.086 166.7)CMYK
cmyk(32%, 0%, 13%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3B9
2#5EDCA8
3#3ED596
4#2AC182
5#23A16D
6#1C8157
7#156141
8#0E402B
9#072016
Tints
Lighter variations
1#A8ECD0
2#B2EED5
3#BCF0DA
4#C5F2E0
5#CFF4E5
6#D9F7EA
7#E2F9EF
8#ECFBF5
9#F5FDFA
Tones
Muted variations
1#A3E6CA
2#A6E2C9
3#AADFC9
4#AEDBC8
5#B2D7C7
6#B5D3C7
7#B9D0C6
8#BDCCC6
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF8;
--sky-blue-100: #E2F9EF;
--sky-blue-200: #C9F3E1;
--sky-blue-300: #9FEACB;
--sky-blue-400: #6DDFAF;
--sky-blue-500: #43D698;
--sky-blue-600: #28B87C;
--sky-blue-700: #209263;
--sky-blue-800: #176947;
--sky-blue-900: #0F432D;
--sky-blue-950: #092A1C;
}