Sky Blue
#98F0E9
CyanColor Codes
All color formats for development
HEX
#98F0E9RGB
rgb(152, 240, 233)HSL
hsl(175, 75%, 77%)OKLCH
oklch(0.898 0.086 189.3)CMYK
cmyk(37%, 0%, 3%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBE2
2#54E7DA
3#31E2D3
4#1DCEBF
5#19ACA0
6#148980
7#0F6760
8#0A4540
9#052220
Tints
Lighter variations
1#A3F2EB
2#ADF3ED
3#B7F5F0
4#C1F6F2
5#CCF8F4
6#D6F9F6
7#E0FBF8
8#EAFCFB
9#F5FEFD
Tones
Muted variations
1#9DECE5
2#A1E8E2
3#A6E3DE
4#AADFDA
5#AEDAD7
6#B3D6D3
7#B7D2CF
8#BCCDCC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF8;
--sky-blue-200: #C5F7F3;
--sky-blue-300: #98F0E9;
--sky-blue-400: #63E9DE;
--sky-blue-500: #36E2D4;
--sky-blue-600: #1CC4B6;
--sky-blue-700: #169C91;
--sky-blue-800: #107068;
--sky-blue-900: #0A4742;
--sky-blue-950: #062D29;
}