Sky Blue
#98D8F1
BlueColor Codes
All color formats for development
HEX
#98D8F1RGB
rgb(152, 216, 241)HSL
hsl(197, 76%, 77%)OKLCH
oklch(0.848 0.073 224.3)CMYK
cmyk(37%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75CAEC
2#53BDE7
3#30B0E3
4#1C9DCF
5#1883AD
6#13688A
7#0E4E68
8#093445
9#051A23
Tints
Lighter variations
1#A2DCF2
2#ACE0F4
3#B7E3F5
4#C1E7F7
5#CBEBF8
6#D6EFF9
7#E0F3FB
8#EAF7FC
9#F5FBFE
Tones
Muted variations
1#9CD6EC
2#A1D4E8
3#A5D2E4
4#AAD0DF
5#AECEDB
6#B3CCD6
7#B7CAD2
8#BBC8CD
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 | C5E9 #C5E9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D8 #98D8F1 | BordersInactive statesPlaceholder text |
| 400 | 62C3 #62C3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B2 #35B2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B95 #1B95C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1577 #15779D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F55 #0F5570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A36 #0A3648 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | 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: #C5E9F7;
--sky-blue-300: #98D8F1;
--sky-blue-400: #62C3EA;
--sky-blue-500: #35B2E3;
--sky-blue-600: #1B95C5;
--sky-blue-700: #15779D;
--sky-blue-800: #0F5570;
--sky-blue-900: #0A3648;
--sky-blue-950: #06222D;
}