Sky Blue
#98DBF1
BlueColor Codes
All color formats for development
HEX
#98DBF1RGB
rgb(152, 219, 241)HSL
hsl(195, 76%, 77%)OKLCH
oklch(0.854 0.074 220.4)CMYK
cmyk(37%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75CEEC
2#53C2E7
3#30B6E3
4#1CA3CF
5#1887AD
6#136C8A
7#0E5168
8#093645
9#051B23
Tints
Lighter variations
1#A2DEF2
2#ACE2F4
3#B7E6F5
4#C1E9F7
5#CBEDF8
6#D6F0F9
7#E0F4FB
8#EAF8FC
9#F5FBFE
Tones
Muted variations
1#9CD8EC
2#A1D6E8
3#A5D4E4
4#AAD2DF
5#AECFDB
6#B3CDD6
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 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DB #98DBF1 | BordersInactive statesPlaceholder text |
| 400 | 62C8 #62C8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B8 #35B8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9B #1B9BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157B #157B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F58 #0F5870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3848 | 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: #E0F4FB;
--sky-blue-200: #C5EAF7;
--sky-blue-300: #98DBF1;
--sky-blue-400: #62C8EA;
--sky-blue-500: #35B8E3;
--sky-blue-600: #1B9BC5;
--sky-blue-700: #157B9D;
--sky-blue-800: #0F5870;
--sky-blue-900: #0A3848;
--sky-blue-950: #06232D;
}