Sky Blue
#93D5F6
BlueColor Codes
All color formats for development
HEX
#93D5F6RGB
rgb(147, 213, 246)HSL
hsl(200, 85%, 77%)OKLCH
oklch(0.84 0.081 230.6)CMYK
cmyk(40%, 13%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EC7F3
2#4AB9F0
3#26ABED
4#1297DA
5#0F7EB6
6#0C6591
7#094C6D
8#063249
9#031924
Tints
Lighter variations
1#9DD9F7
2#A8DDF8
3#B3E2F9
4#BEE6FA
5#C9EAFB
6#D4EEFB
7#DEF2FC
8#E9F7FD
9#F4FBFE
Tones
Muted variations
1#97D3F1
2#9CD2EC
3#A1D0E7
4#A6CEE2
5#ABCDDD
6#B0CBD8
7#B5C9D3
8#BAC8CE
9#BFC6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D5 #92D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABF #5ABFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAD #2BADEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1190 #1190D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D73 #0D73A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0634 #06344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DEF2FC;
--sky-blue-200: #C2E7FA;
--sky-blue-300: #92D5F6;
--sky-blue-400: #5ABFF2;
--sky-blue-500: #2BADEE;
--sky-blue-600: #1190D0;
--sky-blue-700: #0D73A5;
--sky-blue-800: #0A5276;
--sky-blue-900: #06344B;
--sky-blue-950: #04212F;
}