Sky Blue
#98E1F1
CyanColor Codes
All color formats for development
HEX
#98E1F1RGB
rgb(152, 225, 241)HSL
hsl(191, 76%, 77%)OKLCH
oklch(0.867 0.076 212.9)CMYK
cmyk(37%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75D6EC
2#53CCE7
3#30C2E3
4#1CAFCF
5#1891AD
6#13748A
7#0E5768
8#093A45
9#051D23
Tints
Lighter variations
1#A2E4F2
2#ACE7F4
3#B7EAF5
4#C1EDF7
5#CBF0F8
6#D6F3F9
7#E0F6FB
8#EAF9FC
9#F5FCFE
Tones
Muted variations
1#9CDEEC
2#A1DBE8
3#A5D8E4
4#AAD5DF
5#AED2DB
6#B3D0D6
7#B7CDD2
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 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E1 #98E1F1 | BordersInactive statesPlaceholder text |
| 400 | 62D1 #62D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C3 #35C3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA6 #1BA6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1584 #15849D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5E #0F5E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3C #0A3C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F6FB;
--sky-blue-200: #C5EEF7;
--sky-blue-300: #98E1F1;
--sky-blue-400: #62D1EA;
--sky-blue-500: #35C3E3;
--sky-blue-600: #1BA6C5;
--sky-blue-700: #15849D;
--sky-blue-800: #0F5E70;
--sky-blue-900: #0A3C48;
--sky-blue-950: #06262D;
}