Sky Blue
#98CCF1
BlueColor Codes
All color formats for development
HEX
#98CCF1RGB
rgb(152, 204, 241)HSL
hsl(205, 76%, 77%)OKLCH
oklch(0.822 0.075 239.8)CMYK
cmyk(37%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75BBEC
2#53A9E7
3#3098E3
4#1C85CF
5#186FAD
6#13588A
7#0E4268
8#092C45
9#051623
Tints
Lighter variations
1#A2D1F2
2#ACD6F4
3#B7DBF5
4#C1E0F7
5#CBE5F8
6#D6EBF9
7#E0F0FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9CCBEC
2#A1CAE8
3#A5CAE4
4#AAC9DF
5#AEC8DB
6#B3C7D6
7#B7C7D2
8#BBC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF1 | BordersInactive statesPlaceholder text |
| 400 | 62B1 #62B1EA | Disabled statesSecondary iconsMuted text |
| 500 | 359B #359BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7E #1B7EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1565 #15659D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F48 #0F4870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E48 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EFFB;
--sky-blue-200: #C5E2F7;
--sky-blue-300: #98CCF1;
--sky-blue-400: #62B1EA;
--sky-blue-500: #359BE3;
--sky-blue-600: #1B7EC5;
--sky-blue-700: #15659D;
--sky-blue-800: #0F4870;
--sky-blue-900: #0A2E48;
--sky-blue-950: #061D2D;
}