Sky Blue
#9AEFE7
CyanColor Codes
All color formats for development
HEX
#9AEFE7RGB
rgb(154, 239, 231)HSL
hsl(174, 73%, 77%)OKLCH
oklch(0.896 0.083 188.2)CMYK
cmyk(36%, 0%, 3%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EADE
2#56E5D6
3#34DFCE
4#20CCBB
5#1BAA9C
6#15887C
7#10665D
8#0B443E
9#05221F
Tints
Lighter variations
1#A4F1E9
2#AEF2EB
3#B8F4EE
4#C2F5F0
5#CCF7F3
6#D6F9F5
7#E1FAF8
8#EBFCFA
9#F5FDFD
Tones
Muted variations
1#9EEBE3
2#A2E7E0
3#A6E2DC
4#ABDED9
5#AFDAD5
6#B3D5D2
7#B8D1CF
8#BCCDCB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF8;
--sky-blue-200: #C6F6F1;
--sky-blue-300: #9AEFE7;
--sky-blue-400: #65E7DA;
--sky-blue-500: #38E0CF;
--sky-blue-600: #1EC2B2;
--sky-blue-700: #189A8D;
--sky-blue-800: #116E65;
--sky-blue-900: #0B4741;
--sky-blue-950: #072C28;
}