Sky Blue
#9FEAD3
GreenColor Codes
All color formats for development
HEX
#9FEAD3RGB
rgb(159, 234, 211)HSL
hsl(162, 64%, 77%)OKLCH
oklch(0.881 0.081 173.2)CMYK
cmyk(32%, 0%, 10%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3C5
2#5EDCB6
3#3ED5A8
4#2AC194
5#23A17B
6#1C8163
7#15614A
8#0E4031
9#072019
Tints
Lighter variations
1#A8ECD8
2#B2EEDC
3#BCF0E0
4#C5F2E5
5#CFF4E9
6#D9F7EE
7#E2F9F2
8#ECFBF6
9#F5FDFB
Tones
Muted variations
1#A3E6D2
2#A6E2D0
3#AADFCF
4#AEDBCD
5#B2D7CC
6#B5D3CA
7#B9D0C9
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 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F2;
--sky-blue-200: #C9F3E6;
--sky-blue-300: #9FEAD3;
--sky-blue-400: #6DDFBD;
--sky-blue-500: #43D6AA;
--sky-blue-600: #28B88D;
--sky-blue-700: #209270;
--sky-blue-800: #176950;
--sky-blue-900: #0F4333;
--sky-blue-950: #092A20;
}