Sky Blue
#98F1F1
CyanColor Codes
All color formats for development
HEX
#98F1F1RGB
rgb(152, 241, 241)HSL
hsl(180, 76%, 77%)OKLCH
oklch(0.902 0.086 195.7)CMYK
cmyk(37%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECEC
2#53E7E7
3#30E3E3
4#1CCFCF
5#18ADAD
6#138A8A
7#0E6868
8#094545
9#052323
Tints
Lighter variations
1#A2F2F2
2#ACF4F4
3#B7F5F5
4#C1F7F7
5#CBF8F8
6#D6F9F9
7#E0FBFB
8#EAFCFC
9#F5FEFE
Tones
Muted variations
1#9CECEC
2#A1E8E8
3#A5E4E4
4#AADFDF
5#AEDBDB
6#B3D6D6
7#B7D2D2
8#BBCDCD
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 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | 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: #98F1F1;
--sky-blue-400: #62EAEA;
--sky-blue-500: #35E3E3;
--sky-blue-600: #1BC5C5;
--sky-blue-700: #159D9D;
--sky-blue-800: #0F7070;
--sky-blue-900: #0A4848;
--sky-blue-950: #062D2D;
}