Sky Blue
#98EFF1
CyanColor Codes
All color formats for development
HEX
#98EFF1RGB
rgb(152, 239, 241)HSL
hsl(181, 76%, 77%)OKLCH
oklch(0.898 0.084 197.6)CMYK
cmyk(37%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EAEC
2#53E5E7
3#30E0E3
4#1CCCCF
5#18AAAD
6#13888A
7#0E6668
8#094445
9#052223
Tints
Lighter variations
1#A2F1F2
2#ACF3F4
3#B7F4F5
4#C1F6F7
5#CBF7F8
6#D6F9F9
7#E0FAFB
8#EAFCFC
9#F5FDFE
Tones
Muted variations
1#9CEBEC
2#A1E7E8
3#A5E3E4
4#AADEDF
5#AEDADB
6#B3D6D6
7#B7D1D2
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 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F6 #C5F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EF #98EFF1 | BordersInactive statesPlaceholder text |
| 400 | 62E7 #62E7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35E1 #35E1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC3 #1BC3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159B #159B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6F #0F6F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4748 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFB;
--sky-blue-200: #C5F6F7;
--sky-blue-300: #98EFF1;
--sky-blue-400: #62E7EA;
--sky-blue-500: #35E1E3;
--sky-blue-600: #1BC3C5;
--sky-blue-700: #159B9D;
--sky-blue-800: #0F6F70;
--sky-blue-900: #0A4748;
--sky-blue-950: #062C2D;
}