Sky Blue
#98F0D3
GreenColor Codes
All color formats for development
HEX
#98F0D3RGB
rgb(152, 240, 211)HSL
hsl(160, 75%, 77%)OKLCH
oklch(0.891 0.095 171.2)CMYK
cmyk(37%, 0%, 12%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBC4
2#54E7B6
3#31E2A7
4#1DCE93
5#19AC7B
6#148962
7#0F674A
8#0A4531
9#052219
Tints
Lighter variations
1#A3F2D7
2#ADF3DC
3#B7F5E0
4#C1F6E5
5#CCF8E9
6#D6F9ED
7#E0FBF2
8#EAFCF6
9#F5FEFB
Tones
Muted variations
1#9DECD2
2#A1E8D0
3#A6E3CF
4#AADFCD
5#AEDACC
6#B3D6CA
7#B7D2C9
8#BCCDC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0D3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9BC | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC48C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4733 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FBF2;
--sky-blue-200: #C5F7E6;
--sky-blue-300: #98F0D3;
--sky-blue-400: #63E9BC;
--sky-blue-500: #36E2A9;
--sky-blue-600: #1CC48C;
--sky-blue-700: #169C70;
--sky-blue-800: #107050;
--sky-blue-900: #0A4733;
--sky-blue-950: #062D20;
}