Sky Blue
#98E7F1
CyanColor Codes
All color formats for development
HEX
#98E7F1RGB
rgb(152, 231, 241)HSL
hsl(187, 76%, 77%)OKLCH
oklch(0.88 0.078 205.9)CMYK
cmyk(37%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75DEEC
2#53D6E7
3#30CEE3
4#1CBACF
5#189BAD
6#137C8A
7#0E5D68
8#093E45
9#051F23
Tints
Lighter variations
1#A2E9F2
2#ACEBF4
3#B7EEF5
4#C1F0F7
5#CBF3F8
6#D6F5F9
7#E0F8FB
8#EAFAFC
9#F5FDFE
Tones
Muted variations
1#9CE3EC
2#A1E0E8
3#A5DCE4
4#AAD9DF
5#AED5DB
6#B3D2D6
7#B7CFD2
8#BBCBCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FB;
--sky-blue-200: #C5F1F7;
--sky-blue-300: #98E7F1;
--sky-blue-400: #62DAEA;
--sky-blue-500: #35CFE3;
--sky-blue-600: #1BB2C5;
--sky-blue-700: #158D9D;
--sky-blue-800: #0F6570;
--sky-blue-900: #0A4148;
--sky-blue-950: #06282D;
}