Sky Blue
#9AEFDF
CyanColor Codes
All color formats for development
HEX
#9AEFDFRGB
rgb(154, 239, 223)HSL
hsl(169, 73%, 77%)OKLCH
oklch(0.893 0.086 181)CMYK
cmyk(36%, 0%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAD5
2#56E5CA
3#34DFC0
4#20CCAC
5#1BAA90
6#158873
7#106656
8#0B4439
9#05221D
Tints
Lighter variations
1#A4F1E3
2#AEF2E6
3#B8F4E9
4#C2F5EC
5#CCF7EF
6#D6F9F2
7#E1FAF6
8#EBFCF9
9#F5FDFC
Tones
Muted variations
1#9EEBDD
2#A2E7DA
3#A6E2D7
4#ABDED5
5#AFDAD2
6#B3D5CF
7#B8D1CC
8#BCCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CF | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF5;
--sky-blue-200: #C6F6ED;
--sky-blue-300: #9AEFDF;
--sky-blue-400: #65E7CF;
--sky-blue-500: #38E0C1;
--sky-blue-600: #1EC2A4;
--sky-blue-700: #189A83;
--sky-blue-800: #116E5D;
--sky-blue-900: #0B473C;
--sky-blue-950: #072C25;
}