Sky Blue
#98E8F1
CyanColor Codes
All color formats for development
HEX
#98E8F1RGB
rgb(152, 232, 241)HSL
hsl(186, 76%, 77%)OKLCH
oklch(0.883 0.079 204.8)CMYK
cmyk(37%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75E0EC
2#53D9E7
3#30D1E3
4#1CBDCF
5#189EAD
6#137E8A
7#0E5F68
8#093F45
9#052023
Tints
Lighter variations
1#A2EAF2
2#ACEDF4
3#B7EFF5
4#C1F1F7
5#CBF4F8
6#D6F6F9
7#E0F8FB
8#EAFAFC
9#F5FDFE
Tones
Muted variations
1#9CE4EC
2#A1E1E8
3#A5DDE4
4#AADADF
5#AED6DB
6#B3D3D6
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 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | 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: #C5F2F7;
--sky-blue-300: #98E8F1;
--sky-blue-400: #62DCEA;
--sky-blue-500: #35D2E3;
--sky-blue-600: #1BB4C5;
--sky-blue-700: #15909D;
--sky-blue-800: #0F6770;
--sky-blue-900: #0A4248;
--sky-blue-950: #06292D;
}