Sky Blue
#98F0E2
CyanColor Codes
All color formats for development
HEX
#98F0E2RGB
rgb(152, 240, 226)HSL
hsl(170, 75%, 77%)OKLCH
oklch(0.896 0.087 183.1)CMYK
cmyk(37%, 0%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBD8
2#54E7CE
3#31E2C4
4#1DCEB1
5#19AC93
6#148976
7#0F6758
8#0A453B
9#05221D
Tints
Lighter variations
1#A3F2E5
2#ADF3E8
3#B7F5EA
4#C1F6ED
5#CCF8F0
6#D6F9F3
7#E0FBF6
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9DECDF
2#A1E8DC
3#A6E3D9
4#AADFD6
5#AEDAD3
6#B3D6D0
7#B7D2CD
8#BCCDCA
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 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | 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: #98F0E2;
--sky-blue-400: #63E9D2;
--sky-blue-500: #36E2C6;
--sky-blue-600: #1CC4A8;
--sky-blue-700: #169C86;
--sky-blue-800: #107060;
--sky-blue-900: #0A473D;
--sky-blue-950: #062D26;
}