Sky Blue
#9ADAEF
BlueColor Codes
All color formats for development
HEX
#9ADAEFRGB
rgb(154, 218, 239)HSL
hsl(195, 73%, 77%)OKLCH
oklch(0.852 0.071 220.3)CMYK
cmyk(36%, 9%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78CDEA
2#56C1E5
3#34B4DF
4#20A1CC
5#1B86AA
6#156B88
7#105066
8#0B3644
9#051B22
Tints
Lighter variations
1#A4DDF1
2#AEE1F2
3#B8E5F4
4#C2E9F5
5#CCECF7
6#D6F0F9
7#E1F4FA
8#EBF8FC
9#F5FBFD
Tones
Muted variations
1#9ED8EB
2#A2D5E7
3#A6D3E2
4#ABD1DE
5#AFCFDA
6#B3CDD5
7#B8CBD1
8#BCC9CD
9#C0C6C9
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 | C6EA #C6EAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADA #9ADAEF | BordersInactive statesPlaceholder text |
| 400 | 65C6 #65C6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B6 #38B6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E99 #1E99C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187A #187A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1157 #11576E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3847 | 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: #C6EAF6;
--sky-blue-300: #9ADAEF;
--sky-blue-400: #65C6E7;
--sky-blue-500: #38B6E0;
--sky-blue-600: #1E99C2;
--sky-blue-700: #187A9A;
--sky-blue-800: #11576E;
--sky-blue-900: #0B3847;
--sky-blue-950: #07232C;
}