Sky Blue
#98CDF1
BlueColor Codes
All color formats for development
HEX
#98CDF1RGB
rgb(152, 205, 241)HSL
hsl(204, 76%, 77%)OKLCH
oklch(0.824 0.075 238.5)CMYK
cmyk(37%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75BDEC
2#53ACE7
3#309BE3
4#1C88CF
5#1871AD
6#135A8A
7#0E4468
8#092D45
9#051723
Tints
Lighter variations
1#A2D2F2
2#ACD7F4
3#B7DCF5
4#C1E1F7
5#CBE6F8
6#D6EBF9
7#E0F0FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9CCCEC
2#A1CBE8
3#A5CBE4
4#AACADF
5#AEC9DB
6#B3C8D6
7#B7C7D2
8#BBC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E3 #C5E3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CD #98CDF1 | BordersInactive statesPlaceholder text |
| 400 | 62B3 #62B3EA | Disabled statesSecondary iconsMuted text |
| 500 | 359E #359EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B81 #1B81C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1567 #15679D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F49 #0F4970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2F #0A2F48 | 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: #F2F9FD;
--sky-blue-100: #E0F0FB;
--sky-blue-200: #C5E3F7;
--sky-blue-300: #98CDF1;
--sky-blue-400: #62B3EA;
--sky-blue-500: #359EE3;
--sky-blue-600: #1B81C5;
--sky-blue-700: #15679D;
--sky-blue-800: #0F4970;
--sky-blue-900: #0A2F48;
--sky-blue-950: #061D2D;
}