Sky Blue
#98E2F1
CyanColor Codes
All color formats for development
HEX
#98E2F1RGB
rgb(152, 226, 241)HSL
hsl(190, 76%, 77%)OKLCH
oklch(0.869 0.076 211.7)CMYK
cmyk(37%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75D8EC
2#53CFE7
3#30C5E3
4#1CB2CF
5#1894AD
6#13768A
7#0E5968
8#093B45
9#051E23
Tints
Lighter variations
1#A2E5F2
2#ACE8F4
3#B7EBF5
4#C1EEF7
5#CBF1F8
6#D6F3F9
7#E0F6FB
8#EAF9FC
9#F5FCFE
Tones
Muted variations
1#9CDFEC
2#A1DCE8
3#A5D9E4
4#AAD6DF
5#AED3DB
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 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F1 | BordersInactive statesPlaceholder text |
| 400 | 62D3 #62D3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C6 #35C6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA9 #1BA9C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1586 #15869D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F60 #0F6070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D48 | 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: #C5EFF7;
--sky-blue-300: #98E2F1;
--sky-blue-400: #62D3EA;
--sky-blue-500: #35C6E3;
--sky-blue-600: #1BA9C5;
--sky-blue-700: #15869D;
--sky-blue-800: #0F6070;
--sky-blue-900: #0A3D48;
--sky-blue-950: #06262D;
}