Sky Blue
#9FDBE9
CyanColor Codes
All color formats for development
HEX
#9FDBE9RGB
rgb(159, 219, 233)HSL
hsl(191, 63%, 77%)OKLCH
oklch(0.855 0.064 213.7)CMYK
cmyk(32%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FD0E2
2#5FC4DB
3#3FB8D4
4#2CA5C0
5#2489A0
6#1D6E80
7#165260
8#0F3740
9#071B20
Tints
Lighter variations
1#A9DFEB
2#B3E3EE
3#BCE6F0
4#C6EAF2
5#CFEDF4
6#D9F1F6
7#E2F4F8
8#ECF8FB
9#F5FBFD
Tones
Muted variations
1#A3D9E6
2#A7D7E2
3#AAD5DE
4#AED2DB
5#B2D0D7
6#B6CED3
7#B9CBCF
8#BDC9CC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC9 #6EC9DE | Disabled statesSecondary iconsMuted text |
| 500 | 44BA #44BAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9D #2A9DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217D #217D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1859 #185968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F4F8;
--sky-blue-200: #C9EBF3;
--sky-blue-300: #9FDCE9;
--sky-blue-400: #6EC9DE;
--sky-blue-500: #44BAD5;
--sky-blue-600: #2A9DB7;
--sky-blue-700: #217D91;
--sky-blue-800: #185968;
--sky-blue-900: #0F3943;
--sky-blue-950: #09242A;
}