Sky Blue
#98D9F1
BlueColor Codes
All color formats for development
HEX
#98D9F1RGB
rgb(152, 217, 241)HSL
hsl(196, 76%, 77%)OKLCH
oklch(0.85 0.074 223)CMYK
cmyk(37%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75CCEC
2#53C0E7
3#30B3E3
4#1CA0CF
5#1885AD
6#136A8A
7#0E5068
8#093545
9#051B23
Tints
Lighter variations
1#A2DDF2
2#ACE1F4
3#B7E5F5
4#C1E8F7
5#CBECF8
6#D6F0F9
7#E0F4FB
8#EAF7FC
9#F5FBFE
Tones
Muted variations
1#9CD7EC
2#A1D5E8
3#A5D3E4
4#AAD1DF
5#AECFDB
6#B3CDD6
7#B7CBD2
8#BBC9CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D9 #98D9F1 | BordersInactive statesPlaceholder text |
| 400 | 62C5 #62C5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B5 #35B5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B98 #1B98C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F56 #0F5670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A37 #0A3748 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F3FB;
--sky-blue-200: #C5EAF7;
--sky-blue-300: #98D9F1;
--sky-blue-400: #62C5EA;
--sky-blue-500: #35B5E3;
--sky-blue-600: #1B98C5;
--sky-blue-700: #15799D;
--sky-blue-800: #0F5670;
--sky-blue-900: #0A3748;
--sky-blue-950: #06232D;
}