Sky Blue
#98E9F0
CyanColor Codes
All color formats for development
HEX
#98E9F0RGB
rgb(152, 233, 240)HSL
hsl(185, 75%, 77%)OKLCH
oklch(0.884 0.08 202.8)CMYK
cmyk(37%, 3%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76E2EB
2#54DAE7
3#31D3E2
4#1DBFCE
5#19A0AC
6#148089
7#0F6067
8#0A4045
9#052022
Tints
Lighter variations
1#A3EBF2
2#ADEDF3
3#B7F0F5
4#C1F2F6
5#CCF4F8
6#D6F6F9
7#E0F8FB
8#EAFBFC
9#F5FDFE
Tones
Muted variations
1#9DE5EC
2#A1E2E8
3#A6DEE3
4#AADADF
5#AED7DA
6#B3D3D6
7#B7CFD2
8#BCCCCD
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 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | 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: #C5F3F7;
--sky-blue-300: #98E9F0;
--sky-blue-400: #63DEE9;
--sky-blue-500: #36D4E2;
--sky-blue-600: #1CB6C4;
--sky-blue-700: #16919C;
--sky-blue-800: #106870;
--sky-blue-900: #0A4247;
--sky-blue-950: #06292D;
}