Sky Blue
#93D0F6
BlueColor Codes
All color formats for development
HEX
#93D0F6RGB
rgb(147, 208, 246)HSL
hsl(203, 85%, 77%)OKLCH
oklch(0.83 0.082 236.4)CMYK
cmyk(40%, 15%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EC0F3
2#4AB1F0
3#26A1ED
4#128DDA
5#0F76B6
6#0C5E91
7#09476D
8#062F49
9#031824
Tints
Lighter variations
1#9DD5F7
2#A8D9F8
3#B3DEF9
4#BEE3FA
5#C9E7FB
6#D4ECFB
7#DEF1FC
8#E9F6FD
9#F4FAFE
Tones
Muted variations
1#97CFF1
2#9CCEEC
3#A1CCE7
4#A6CBE2
5#ABCADD
6#B0C9D8
7#B5C8D3
8#BAC7CE
9#BFC6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E4 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AB7 #5AB7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA3 #2BA3EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1186 #1186D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6B #0D6BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF1FC;
--sky-blue-200: #C2E4FA;
--sky-blue-300: #92D0F6;
--sky-blue-400: #5AB7F2;
--sky-blue-500: #2BA3EE;
--sky-blue-600: #1186D0;
--sky-blue-700: #0D6BA5;
--sky-blue-800: #0A4C76;
--sky-blue-900: #06314B;
--sky-blue-950: #041F2F;
}