Sky Blue
#98F1DF
CyanColor Codes
All color formats for development
HEX
#98F1DFRGB
rgb(152, 241, 223)HSL
hsl(168, 76%, 77%)OKLCH
oklch(0.897 0.09 179.9)CMYK
cmyk(37%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECD4
2#53E7CA
3#30E3BF
4#1CCFAC
5#18AD8F
6#138A72
7#0E6856
8#094539
9#05231D
Tints
Lighter variations
1#A2F2E2
2#ACF4E5
3#B7F5E9
4#C1F7EC
5#CBF8EF
6#D6F9F2
7#E0FBF5
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9CECDC
2#A1E8DA
3#A5E4D7
4#AADFD4
5#AEDBD2
6#B3D6CF
7#B7D2CC
8#BBCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF5;
--sky-blue-200: #C5F7ED;
--sky-blue-300: #98F1DF;
--sky-blue-400: #62EACE;
--sky-blue-500: #35E3C1;
--sky-blue-600: #1BC5A3;
--sky-blue-700: #159D82;
--sky-blue-800: #0F705D;
--sky-blue-900: #0A483B;
--sky-blue-950: #062D25;
}