Sky Blue
#98DFF1
CyanColor Codes
All color formats for development
HEX
#98DFF1RGB
rgb(152, 223, 241)HSL
hsl(192, 76%, 77%)OKLCH
oklch(0.863 0.075 215.4)CMYK
cmyk(37%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75D4EC
2#53CAE7
3#30BFE3
4#1CACCF
5#188FAD
6#13728A
7#0E5668
8#093945
9#051D23
Tints
Lighter variations
1#A2E2F2
2#ACE5F4
3#B7E9F5
4#C1ECF7
5#CBEFF8
6#D6F2F9
7#E0F5FB
8#EAF9FC
9#F5FCFE
Tones
Muted variations
1#9CDCEC
2#A1DAE8
3#A5D7E4
4#AAD4DF
5#AED2DB
6#B3CFD6
7#B7CCD2
8#BBCACD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F5FB;
--sky-blue-200: #C5EDF7;
--sky-blue-300: #98DFF1;
--sky-blue-400: #62CEEA;
--sky-blue-500: #35C1E3;
--sky-blue-600: #1BA3C5;
--sky-blue-700: #15829D;
--sky-blue-800: #0F5D70;
--sky-blue-900: #0A3B48;
--sky-blue-950: #06252D;
}