Sky Blue
#9AEFD8
GreenColor Codes
All color formats for development
HEX
#9AEFD8RGB
rgb(154, 239, 216)HSL
hsl(164, 73%, 77%)OKLCH
oklch(0.891 0.089 175.2)CMYK
cmyk(36%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EACB
2#56E5BE
3#34DFB1
4#20CC9E
5#1BAA84
6#158869
7#10664F
8#0B4435
9#05221A
Tints
Lighter variations
1#A4F1DC
2#AEF2E0
3#B8F4E4
4#C2F5E8
5#CCF7EC
6#D6F9F0
7#E1FAF3
8#EBFCF7
9#F5FDFB
Tones
Muted variations
1#9EEBD6
2#A2E7D4
3#A6E2D2
4#ABDED0
5#AFDACE
6#B3D5CC
7#B8D1CA
8#BCCDC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4737 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF3;
--sky-blue-200: #C6F6E9;
--sky-blue-300: #9AEFD8;
--sky-blue-400: #65E7C4;
--sky-blue-500: #38E0B3;
--sky-blue-600: #1EC296;
--sky-blue-700: #189A78;
--sky-blue-800: #116E55;
--sky-blue-900: #0B4737;
--sky-blue-950: #072C22;
}