Sky Blue
#A9D0DF
BlueColor Codes
All color formats for development
HEX
#A9D0DFRGB
rgb(169, 208, 223)HSL
hsl(197, 46%, 77%)OKLCH
oklch(0.834 0.046 223.2)CMYK
cmyk(24%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC0D5
2#70B1CA
3#53A1C0
4#408DAC
5#35768F
6#2A5E73
7#204756
8#152F39
9#0B181D
Tints
Lighter variations
1#B2D5E2
2#BAD9E6
3#C3DEE9
4#CCE3EC
5#D4E8EF
6#DDECF2
7#E5F1F5
8#EEF6F9
9#F6FAFC
Tones
Muted variations
1#ACCFDD
2#AFCEDA
3#B1CDD7
4#B4CBD5
5#B7CAD2
6#BAC9CF
7#BCC8CC
8#BFC7CA
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D0 #A9D0DF | BordersInactive statesPlaceholder text |
| 400 | 7DB8 #7DB8CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A3 #57A3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D87 #3D87A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306B #306B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224C #224C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F1F5;
--sky-blue-200: #CFE4ED;
--sky-blue-300: #A9D0DF;
--sky-blue-400: #7DB8CF;
--sky-blue-500: #57A3C1;
--sky-blue-600: #3D87A4;
--sky-blue-700: #306B82;
--sky-blue-800: #224C5D;
--sky-blue-900: #16313C;
--sky-blue-950: #0E1F25;
}