Sky Blue
#7DAACF
BlueColor Codes
All color formats for development
HEX
#7DAACFRGB
rgb(125, 170, 207)HSL
hsl(207, 46%, 65%)OKLCH
oklch(0.719 0.073 243.8)CMYK
cmyk(40%, 18%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649AC6
2#4C8ABD
3#3F79A9
4#366891
5#2D5779
6#244561
7#1B3449
8#122330
9#091118
Tints
Lighter variations
1#8AB2D4
2#97BBD8
3#A4C3DD
4#B1CCE2
5#BED4E7
6#CBDDEC
7#D8E5F1
8#E5EEF5
9#F2F6FA
Tones
Muted variations
1#81A9CB
2#85A9C7
3#89A9C2
4#8DA8BE
5#91A8BA
6#95A7B6
7#99A7B2
8#9EA7AE
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C7 #A9C7DF | BordersInactive statesPlaceholder text |
| 400 | 7DAA #7DAACF | Disabled statesSecondary iconsMuted text |
| 500 | 5792 #5792C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D75 #3D75A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305D #305D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2243 #22435D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #CFDFED;
--sky-blue-300: #A9C7DF;
--sky-blue-400: #7DAACF;
--sky-blue-500: #5792C1;
--sky-blue-600: #3D75A4;
--sky-blue-700: #305D82;
--sky-blue-800: #22435D;
--sky-blue-900: #162B3C;
--sky-blue-950: #0E1B25;
}