Sky Blue
#98F1DE
CyanColor Codes
All color formats for development
HEX
#98F1DERGB
rgb(152, 241, 222)HSL
hsl(167, 76%, 77%)OKLCH
oklch(0.897 0.09 179.1)CMYK
cmyk(37%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECD2
2#53E7C7
3#30E3BC
4#1CCFA9
5#18AD8C
6#138A70
7#0E6854
8#094538
9#05231C
Tints
Lighter variations
1#A2F2E1
2#ACF4E4
3#B7F5E8
4#C1F7EB
5#CBF8EE
6#D6F9F2
7#E0FBF5
8#EAFCF8
9#F5FEFC
Tones
Muted variations
1#9CECDB
2#A1E8D9
3#A5E4D6
4#AADFD4
5#AEDBD1
6#B3D6CE
7#B7D2CC
8#BBCDC9
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 #C5F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | 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: #C5F7EC;
--sky-blue-300: #98F1DE;
--sky-blue-400: #62EACC;
--sky-blue-500: #35E3BE;
--sky-blue-600: #1BC5A1;
--sky-blue-700: #159D80;
--sky-blue-800: #0F705B;
--sky-blue-900: #0A483A;
--sky-blue-950: #062D24;
}