Sky Blue
#63BCE9
BlueColor Codes
All color formats for development
HEX
#63BCE9RGB
rgb(99, 188, 233)HSL
hsl(200, 75%, 65%)OKLCH
oklch(0.758 0.107 232.6)CMYK
cmyk(58%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46B0E5
2#29A3E0
3#1D91CB
4#197CAE
5#156891
6#115374
7#0C3E57
8#08293A
9#04151D
Tints
Lighter variations
1#72C3EB
2#82C9ED
3#92D0EF
4#A1D7F2
5#B1DEF4
6#C1E4F6
7#D0EBF8
8#E0F2FB
9#EFF8FD
Tones
Muted variations
1#6ABAE2
2#70B8DB
3#77B5D5
4#7EB3CE
5#84B1C7
6#8BAFC1
7#92ACBA
8#98AAB3
9#9FA8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F2FB;
--sky-blue-200: #C5E6F7;
--sky-blue-300: #98D3F0;
--sky-blue-400: #63BCE9;
--sky-blue-500: #36A9E2;
--sky-blue-600: #1C8CC4;
--sky-blue-700: #16709C;
--sky-blue-800: #105070;
--sky-blue-900: #0A3347;
--sky-blue-950: #06202D;
}