Sky Blue
#98D2F1
BlueColor Codes
All color formats for development
HEX
#98D2F1RGB
rgb(152, 210, 241)HSL
hsl(201, 76%, 77%)OKLCH
oklch(0.835 0.074 232.1)CMYK
cmyk(37%, 13%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75C3EC
2#53B3E7
3#30A4E3
4#1C91CF
5#1879AD
6#13608A
7#0E4868
8#093045
9#051823
Tints
Lighter variations
1#A2D6F2
2#ACDBF4
3#B7DFF5
4#C1E4F7
5#CBE8F8
6#D6EDF9
7#E0F1FB
8#EAF6FC
9#F5FAFE
Tones
Muted variations
1#9CD0EC
2#A1CFE8
3#A5CEE4
4#AACCDF
5#AECBDB
6#B3CAD6
7#B7C8D2
8#BBC7CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D2 #98D2F1 | BordersInactive statesPlaceholder text |
| 400 | 62BA #62BAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A6 #35A6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8A #1B8AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156E #156E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4E #0F4E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A32 #0A3248 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F1FB;
--sky-blue-200: #C5E5F7;
--sky-blue-300: #98D2F1;
--sky-blue-400: #62BAEA;
--sky-blue-500: #35A6E3;
--sky-blue-600: #1B8AC5;
--sky-blue-700: #156E9D;
--sky-blue-800: #0F4E70;
--sky-blue-900: #0A3248;
--sky-blue-950: #061F2D;
}