Sky Blue
#9AEFD3
GreenColor Codes
All color formats for development
HEX
#9AEFD3RGB
rgb(154, 239, 211)HSL
hsl(160, 73%, 77%)OKLCH
oklch(0.89 0.092 171.3)CMYK
cmyk(36%, 0%, 12%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAC4
2#56E5B5
3#34DFA6
4#20CC92
5#1BAA7A
6#158862
7#106649
8#0B4431
9#052218
Tints
Lighter variations
1#A4F1D7
2#AEF2DB
3#B8F4E0
4#C2F5E4
5#CCF7E9
6#D6F9ED
7#E1FAF2
8#EBFCF6
9#F5FDFB
Tones
Muted variations
1#9EEBD1
2#A2E7D0
3#A6E2CE
4#ABDECD
5#AFDACB
6#B3D5CA
7#B8D1C9
8#BCCDC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FAF1;
--sky-blue-200: #C6F6E6;
--sky-blue-300: #9AEFD3;
--sky-blue-400: #65E7BB;
--sky-blue-500: #38E0A8;
--sky-blue-600: #1EC28C;
--sky-blue-700: #189A6F;
--sky-blue-800: #116E4F;
--sky-blue-900: #0B4733;
--sky-blue-950: #072C20;
}