Sky Blue
#98D6F1
BlueColor Codes
All color formats for development
HEX
#98D6F1RGB
rgb(152, 214, 241)HSL
hsl(198, 76%, 77%)OKLCH
oklch(0.843 0.073 226.9)CMYK
cmyk(37%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75C9EC
2#53BBE7
3#30ADE3
4#1C9ACF
5#1880AD
6#13668A
7#0E4D68
8#093345
9#051A23
Tints
Lighter variations
1#A2DAF2
2#ACDEF4
3#B7E2F5
4#C1E7F7
5#CBEBF8
6#D6EFF9
7#E0F3FB
8#EAF7FC
9#F5FBFE
Tones
Muted variations
1#9CD4EC
2#A1D3E8
3#A5D1E4
4#AACFDF
5#AECDDB
6#B3CBD6
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 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | 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: #C5E8F7;
--sky-blue-300: #98D6F1;
--sky-blue-400: #62C1EA;
--sky-blue-500: #35AFE3;
--sky-blue-600: #1B92C5;
--sky-blue-700: #15749D;
--sky-blue-800: #0F5370;
--sky-blue-900: #0A3548;
--sky-blue-950: #06212D;
}