Sky Blue
#AACFDF
BlueColor Codes
All color formats for development
HEX
#AACFDFRGB
rgb(170, 207, 223)HSL
hsl(198, 45%, 77%)OKLCH
oklch(0.833 0.045 226)CMYK
cmyk(24%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DBFD4
2#71AFC9
3#559FBE
4#418BAB
5#36748E
6#2B5D72
7#204655
8#162E39
9#0B171C
Tints
Lighter variations
1#B2D4E2
2#BBD9E5
3#C3DDE8
4#CCE2EC
5#D4E7EF
6#DDECF2
7#E5F1F5
8#EEF5F9
9#F6FAFC
Tones
Muted variations
1#ADCEDC
2#AFCDD9
3#B2CCD7
4#B5CBD4
5#B7CAD2
6#BAC9CF
7#BCC8CC
8#BFC6CA
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACF #AACFDF | BordersInactive statesPlaceholder text |
| 400 | 7EB6 #7EB6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A1 #59A1C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E84 #3E84A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3169 #316981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234B #234B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE4ED;
--sky-blue-300: #AACFDF;
--sky-blue-400: #7EB6CE;
--sky-blue-500: #59A1C0;
--sky-blue-600: #3E84A3;
--sky-blue-700: #316981;
--sky-blue-800: #234B5C;
--sky-blue-900: #16303B;
--sky-blue-950: #0E1E25;
}