Sky Blue
#9ADBEF
CyanColor Codes
All color formats for development
HEX
#9ADBEFRGB
rgb(154, 219, 239)HSL
hsl(194, 73%, 77%)OKLCH
oklch(0.855 0.071 219)CMYK
cmyk(36%, 8%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78CFEA
2#56C3E5
3#34B7DF
4#20A4CC
5#1B88AA
6#156D88
7#105266
8#0B3744
9#051B22
Tints
Lighter variations
1#A4DFF1
2#AEE2F2
3#B8E6F4
4#C2EAF5
5#CCEDF7
6#D6F1F9
7#E1F4FA
8#EBF8FC
9#F5FBFD
Tones
Muted variations
1#9ED9EB
2#A2D7E7
3#A6D4E2
4#ABD2DE
5#AFD0DA
6#B3CDD5
7#B8CBD1
8#BCC9CD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B9 #38B9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E9C #1E9CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187C #187C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1159 #11596E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B39 #0B3947 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F4FA;
--sky-blue-200: #C6EBF6;
--sky-blue-300: #9ADBEF;
--sky-blue-400: #65C8E7;
--sky-blue-500: #38B9E0;
--sky-blue-600: #1E9CC2;
--sky-blue-700: #187C9A;
--sky-blue-800: #11596E;
--sky-blue-900: #0B3947;
--sky-blue-950: #07232C;
}