Sky Blue
#98E5F1
CyanColor Codes
All color formats for development
HEX
#98E5F1RGB
rgb(152, 229, 241)HSL
hsl(188, 76%, 77%)OKLCH
oklch(0.876 0.077 208.2)CMYK
cmyk(37%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75DCEC
2#53D4E7
3#30CBE3
4#1CB7CF
5#1899AD
6#137A8A
7#0E5C68
8#093D45
9#051F23
Tints
Lighter variations
1#A2E8F2
2#ACEAF4
3#B7EDF5
4#C1EFF7
5#CBF2F8
6#D6F5F9
7#E0F7FB
8#EAFAFC
9#F5FCFE
Tones
Muted variations
1#9CE2EC
2#A1DFE8
3#A5DBE4
4#AAD8DF
5#AED5DB
6#B3D1D6
7#B7CED2
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 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | 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: #E0F7FB;
--sky-blue-200: #C5F0F7;
--sky-blue-300: #98E5F1;
--sky-blue-400: #62D7EA;
--sky-blue-500: #35CCE3;
--sky-blue-600: #1BAFC5;
--sky-blue-700: #158B9D;
--sky-blue-800: #0F6370;
--sky-blue-900: #0A4048;
--sky-blue-950: #06282D;
}