Sky Blue
#98E9F1
CyanColor Codes
All color formats for development
HEX
#98E9F1RGB
rgb(152, 233, 241)HSL
hsl(185, 76%, 77%)OKLCH
oklch(0.885 0.08 203.8)CMYK
cmyk(37%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75E2EC
2#53DBE7
3#30D4E3
4#1CC0CF
5#18A0AD
6#13808A
7#0E6068
8#094045
9#052023
Tints
Lighter variations
1#A2ECF2
2#ACEEF4
3#B7F0F5
4#C1F2F7
5#CBF4F8
6#D6F6F9
7#E0F9FB
8#EAFBFC
9#F5FDFE
Tones
Muted variations
1#9CE6EC
2#A1E2E8
3#A5DEE4
4#AADBDF
5#AED7DB
6#B3D3D6
7#B7CFD2
8#BBCCCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FB;
--sky-blue-200: #C5F3F7;
--sky-blue-300: #98E9F1;
--sky-blue-400: #62DEEA;
--sky-blue-500: #35D5E3;
--sky-blue-600: #1BB7C5;
--sky-blue-700: #15929D;
--sky-blue-800: #0F6870;
--sky-blue-900: #0A4348;
--sky-blue-950: #062A2D;
}