Sky Blue
#9AEFC9
GreenColor Codes
All color formats for development
HEX
#9AEFC9RGB
rgb(154, 239, 201)HSL
hsl(153, 73%, 77%)OKLCH
oklch(0.887 0.099 164.4)CMYK
cmyk(36%, 0%, 16%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAB6
2#56E5A4
3#34DF92
4#20CC7E
5#1BAA69
6#158854
7#10663F
8#0B442A
9#052215
Tints
Lighter variations
1#A4F1CE
2#AEF2D4
3#B8F4D9
4#C2F5DE
5#CCF7E4
6#D6F9E9
7#E1FAEF
8#EBFCF4
9#F5FDFA
Tones
Muted variations
1#9EEBC8
2#A2E7C8
3#A6E2C7
4#ABDEC7
5#AFDAC6
6#B3D5C6
7#B8D1C6
8#BCCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC278 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF8;
--sky-blue-100: #E0FAEE;
--sky-blue-200: #C6F6E0;
--sky-blue-300: #9AEFC9;
--sky-blue-400: #65E7AC;
--sky-blue-500: #38E095;
--sky-blue-600: #1EC278;
--sky-blue-700: #189A60;
--sky-blue-800: #116E44;
--sky-blue-900: #0B472C;
--sky-blue-950: #072C1B;
}