Sky Blue
#9AEFE5
CyanColor Codes
All color formats for development
HEX
#9AEFE5RGB
rgb(154, 239, 229)HSL
hsl(173, 73%, 77%)OKLCH
oklch(0.895 0.084 186.4)CMYK
cmyk(36%, 0%, 4%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EADD
2#56E5D4
3#34DFCB
4#20CCB8
5#1BAA99
6#15887A
7#10665C
8#0B443D
9#05221F
Tints
Lighter variations
1#A4F1E8
2#AEF2EA
3#B8F4ED
4#C2F5F0
5#CCF7F2
6#D6F9F5
7#E1FAF7
8#EBFCFA
9#F5FDFC
Tones
Muted variations
1#9EEBE2
2#A2E7DF
3#A6E2DB
4#ABDED8
5#AFDAD5
6#B3D5D1
7#B8D1CE
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 #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4740 | 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: #E0FAF7;
--sky-blue-200: #C6F6F0;
--sky-blue-300: #9AEFE5;
--sky-blue-400: #65E7D8;
--sky-blue-500: #38E0CC;
--sky-blue-600: #1EC2AF;
--sky-blue-700: #189A8B;
--sky-blue-800: #116E63;
--sky-blue-900: #0B4740;
--sky-blue-950: #072C28;
}