Sky Blue
#98F0F0
CyanColor Codes
All color formats for development
HEX
#98F0F0RGB
rgb(152, 240, 240)HSL
hsl(180, 75%, 77%)OKLCH
oklch(0.9 0.085 195.7)CMYK
cmyk(37%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBEB
2#54E7E7
3#31E2E2
4#1DCECE
5#19ACAC
6#148989
7#0F6767
8#0A4545
9#052222
Tints
Lighter variations
1#A3F2F2
2#ADF3F3
3#B7F5F5
4#C1F6F6
5#CCF8F8
6#D6F9F9
7#E0FBFB
8#EAFCFC
9#F5FEFE
Tones
Muted variations
1#9DECEC
2#A1E8E8
3#A6E3E3
4#AADFDF
5#AEDADA
6#B3D6D6
7#B7D2D2
8#BCCDCD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FBFB;
--sky-blue-200: #C5F7F7;
--sky-blue-300: #98F0F0;
--sky-blue-400: #63E9E9;
--sky-blue-500: #36E2E2;
--sky-blue-600: #1CC4C4;
--sky-blue-700: #169C9C;
--sky-blue-800: #107070;
--sky-blue-900: #0A4747;
--sky-blue-950: #062D2D;
}