Sky Blue
#9AEFEF
CyanColor Codes
All color formats for development
HEX
#9AEFEFRGB
rgb(154, 239, 239)HSL
hsl(180, 73%, 77%)OKLCH
oklch(0.898 0.082 195.8)CMYK
cmyk(36%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAEA
2#56E5E5
3#34DFDF
4#20CCCC
5#1BAAAA
6#158888
7#106666
8#0B4444
9#052222
Tints
Lighter variations
1#A4F1F1
2#AEF2F2
3#B8F4F4
4#C2F5F5
5#CCF7F7
6#D6F9F9
7#E1FAFA
8#EBFCFC
9#F5FDFD
Tones
Muted variations
1#9EEBEB
2#A2E7E7
3#A6E2E2
4#ABDEDE
5#AFDADA
6#B3D5D5
7#B8D1D1
8#BCCDCD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFA;
--sky-blue-200: #C6F6F6;
--sky-blue-300: #9AEFEF;
--sky-blue-400: #65E7E7;
--sky-blue-500: #38E0E0;
--sky-blue-600: #1EC2C2;
--sky-blue-700: #189A9A;
--sky-blue-800: #116E6E;
--sky-blue-900: #0B4747;
--sky-blue-950: #072C2C;
}