Sky Blue
#9FEAD2
GreenColor Codes
All color formats for development
HEX
#9FEAD2RGB
rgb(159, 234, 210)HSL
hsl(161, 64%, 77%)OKLCH
oklch(0.881 0.082 172.3)CMYK
cmyk(32%, 0%, 10%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3C3
2#5EDCB4
3#3ED5A5
4#2AC191
5#23A179
6#1C8161
7#156149
8#0E4030
9#072018
Tints
Lighter variations
1#A8ECD7
2#B2EEDB
3#BCF0E0
4#C5F2E4
5#CFF4E9
6#D9F7ED
7#E2F9F2
8#ECFBF6
9#F5FDFB
Tones
Muted variations
1#A3E6D1
2#A6E2CF
3#AADFCE
4#AEDBCD
5#B2D7CB
6#B5D3CA
7#B9D0C8
8#BDCCC7
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4332 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F1;
--sky-blue-200: #C9F3E6;
--sky-blue-300: #9FEAD2;
--sky-blue-400: #6DDFBB;
--sky-blue-500: #43D6A7;
--sky-blue-600: #28B88B;
--sky-blue-700: #20926E;
--sky-blue-800: #17694F;
--sky-blue-900: #0F4332;
--sky-blue-950: #092A1F;
}