Sky Blue
#98E4F1
CyanColor Codes
All color formats for development
HEX
#98E4F1RGB
rgb(152, 228, 241)HSL
hsl(189, 76%, 77%)OKLCH
oklch(0.874 0.077 209.4)CMYK
cmyk(37%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75DAEC
2#53D1E7
3#30C8E3
4#1CB4CF
5#1896AD
6#13788A
7#0E5A68
8#093C45
9#051E23
Tints
Lighter variations
1#A2E6F2
2#ACE9F4
3#B7ECF5
4#C1EFF7
5#CBF1F8
6#D6F4F9
7#E0F7FB
8#EAFAFC
9#F5FCFE
Tones
Muted variations
1#9CE0EC
2#A1DDE8
3#A5DAE4
4#AAD7DF
5#AED4DB
6#B3D1D6
7#B7CED2
8#BBCBCD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F7FB;
--sky-blue-200: #C5EFF7;
--sky-blue-300: #98E4F1;
--sky-blue-400: #62D5EA;
--sky-blue-500: #35C9E3;
--sky-blue-600: #1BACC5;
--sky-blue-700: #15899D;
--sky-blue-800: #0F6270;
--sky-blue-900: #0A3F48;
--sky-blue-950: #06272D;
}