Sky Blue
#98F1E1
CyanColor Codes
All color formats for development
HEX
#98F1E1RGB
rgb(152, 241, 225)HSL
hsl(169, 76%, 77%)OKLCH
oklch(0.897 0.089 181.5)CMYK
cmyk(37%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECD6
2#53E7CC
3#30E3C2
4#1CCFAF
5#18AD91
6#138A74
7#0E6857
8#09453A
9#05231D
Tints
Lighter variations
1#A2F2E4
2#ACF4E7
3#B7F5EA
4#C1F7ED
5#CBF8F0
6#D6F9F3
7#E0FBF6
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9CECDE
2#A1E8DB
3#A5E4D8
4#AADFD5
5#AEDBD2
6#B3D6D0
7#B7D2CD
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 #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF6;
--sky-blue-200: #C5F7EE;
--sky-blue-300: #98F1E1;
--sky-blue-400: #62EAD1;
--sky-blue-500: #35E3C3;
--sky-blue-600: #1BC5A6;
--sky-blue-700: #159D84;
--sky-blue-800: #0F705E;
--sky-blue-900: #0A483C;
--sky-blue-950: #062D26;
}