Sky Blue
#98CFF1
BlueColor Codes
All color formats for development
HEX
#98CFF1RGB
rgb(152, 207, 241)HSL
hsl(203, 76%, 77%)OKLCH
oklch(0.828 0.074 236)CMYK
cmyk(37%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75BFEC
2#53AEE7
3#309EE3
4#1C8BCF
5#1874AD
6#135C8A
7#0E4568
8#092E45
9#051723
Tints
Lighter variations
1#A2D4F2
2#ACD8F4
3#B7DDF5
4#C1E2F7
5#CBE7F8
6#D6ECF9
7#E0F1FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9CCEEC
2#A1CDE8
3#A5CCE4
4#AACBDF
5#AECADB
6#B3C9D6
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 | C5E4 #C5E4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CF #98CFF1 | BordersInactive statesPlaceholder text |
| 400 | 62B6 #62B6EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A1 #35A1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B84 #1B84C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1569 #15699D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4B #0F4B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A30 #0A3048 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | 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: #C5E4F7;
--sky-blue-300: #98CFF1;
--sky-blue-400: #62B6EA;
--sky-blue-500: #35A1E3;
--sky-blue-600: #1B84C5;
--sky-blue-700: #15699D;
--sky-blue-800: #0F4B70;
--sky-blue-900: #0A3048;
--sky-blue-950: #061E2D;
}