Sky Blue
#98DCF1
CyanColor Codes
All color formats for development
HEX
#98DCF1RGB
rgb(152, 220, 241)HSL
hsl(194, 76%, 77%)OKLCH
oklch(0.856 0.074 219.1)CMYK
cmyk(37%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75D0EC
2#53C5E7
3#30B9E3
4#1CA6CF
5#188AAD
6#136E8A
7#0E5368
8#093745
9#051C23
Tints
Lighter variations
1#A2E0F2
2#ACE3F4
3#B7E7F5
4#C1EAF7
5#CBEEF8
6#D6F1F9
7#E0F5FB
8#EAF8FC
9#F5FCFE
Tones
Muted variations
1#9CDAEC
2#A1D7E8
3#A5D5E4
4#AAD3DF
5#AED0DB
6#B3CED6
7#B7CBD2
8#BBC9CD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F4FB;
--sky-blue-200: #C5EBF7;
--sky-blue-300: #98DCF1;
--sky-blue-400: #62CAEA;
--sky-blue-500: #35BBE3;
--sky-blue-600: #1B9EC5;
--sky-blue-700: #157D9D;
--sky-blue-800: #0F5A70;
--sky-blue-900: #0A3948;
--sky-blue-950: #06242D;
}