Sky Blue
#9FD8EA
CyanColor Codes
All color formats for development
HEX
#9FD8EARGB
rgb(159, 216, 234)HSL
hsl(194, 64%, 77%)OKLCH
oklch(0.849 0.063 219.3)CMYK
cmyk(32%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FCBE3
2#5EBFDC
3#3EB2D5
4#2A9EC1
5#2384A1
6#1C6981
7#154F61
8#0E3540
9#071A20
Tints
Lighter variations
1#A8DCEC
2#B2E0EE
3#BCE4F0
4#C5E8F2
5#CFECF4
6#D9F0F7
7#E2F3F9
8#ECF7FB
9#F5FBFD
Tones
Muted variations
1#A3D6E6
2#A6D4E2
3#AAD2DF
4#AED0DB
5#B2CED7
6#B5CCD3
7#B9CAD0
8#BDC8CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8EA | BordersInactive statesPlaceholder text |
| 400 | 6DC4 #6DC4DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B3 #43B3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2896 #2896B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2078 #207892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1756 #175669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F3F9;
--sky-blue-200: #C9E9F3;
--sky-blue-300: #9FD8EA;
--sky-blue-400: #6DC4DF;
--sky-blue-500: #43B3D6;
--sky-blue-600: #2896B8;
--sky-blue-700: #207892;
--sky-blue-800: #175669;
--sky-blue-900: #0F3743;
--sky-blue-950: #09222A;
}