Sky Blue
#98EEF1
CyanColor Codes
All color formats for development
HEX
#98EEF1RGB
rgb(152, 238, 241)HSL
hsl(182, 76%, 77%)OKLCH
oklch(0.896 0.083 198.6)CMYK
cmyk(37%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75E8EC
2#53E3E7
3#30DDE3
4#1CC9CF
5#18A8AD
6#13868A
7#0E6568
8#094345
9#052223
Tints
Lighter variations
1#A2F0F2
2#ACF1F4
3#B7F3F5
4#C1F5F7
5#CBF6F8
6#D6F8F9
7#E0FAFB
8#EAFCFC
9#F5FDFE
Tones
Muted variations
1#9CEAEC
2#A1E6E8
3#A5E1E4
4#AADDDF
5#AED9DB
6#B3D5D6
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 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EE #98EEF1 | BordersInactive statesPlaceholder text |
| 400 | 62E5 #62E5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DE #35DEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC0 #1BC0C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6D #0F6D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A46 #0A4648 | 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: #C5F5F7;
--sky-blue-300: #98EEF1;
--sky-blue-400: #62E5EA;
--sky-blue-500: #35DEE3;
--sky-blue-600: #1BC0C5;
--sky-blue-700: #15999D;
--sky-blue-800: #0F6D70;
--sky-blue-900: #0A4648;
--sky-blue-950: #062C2D;
}