Sky Blue
#98EBF1
CyanColor Codes
All color formats for development
HEX
#98EBF1RGB
rgb(152, 235, 241)HSL
hsl(184, 76%, 77%)OKLCH
oklch(0.889 0.081 201.6)CMYK
cmyk(37%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75E4EC
2#53DEE7
3#30D7E3
4#1CC3CF
5#18A3AD
6#13828A
7#0E6268
8#094145
9#052123
Tints
Lighter variations
1#A2EDF2
2#ACEFF4
3#B7F1F5
4#C1F3F7
5#CBF5F8
6#D6F7F9
7#E0F9FB
8#EAFBFC
9#F5FDFE
Tones
Muted variations
1#9CE7EC
2#A1E3E8
3#A5DFE4
4#AADCDF
5#AED8DB
6#B3D4D6
7#B7D0D2
8#BBCCCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F4 #C5F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EB #98EBF1 | BordersInactive statesPlaceholder text |
| 400 | 62E1 #62E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35D8 #35D8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBA #1BBAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1594 #15949D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A44 #0A4448 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F9FB;
--sky-blue-200: #C5F4F7;
--sky-blue-300: #98EBF1;
--sky-blue-400: #62E1EA;
--sky-blue-500: #35D8E3;
--sky-blue-600: #1BBAC5;
--sky-blue-700: #15949D;
--sky-blue-800: #0F6A70;
--sky-blue-900: #0A4448;
--sky-blue-950: #062A2D;
}