Sky Blue
#7DAFCF
BlueColor Codes
All color formats for development
HEX
#7DAFCFRGB
rgb(125, 175, 207)HSL
hsl(203, 46%, 65%)OKLCH
oklch(0.73 0.071 237.1)CMYK
cmyk(40%, 15%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A1C6
2#4C92BD
3#3F80A9
4#366E91
5#2D5C79
6#244961
7#1B3749
8#122530
9#091218
Tints
Lighter variations
1#8AB7D4
2#97BFD8
3#A4C7DD
4#B1CFE2
5#BED7E7
6#CBDFEC
7#D8E7F1
8#E5EFF5
9#F2F7FA
Tones
Muted variations
1#81AECB
2#85ADC7
3#89ACC2
4#8DABBE
5#91ABBA
6#95AAB6
7#99A9B2
8#9EA8AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CB #A9CBDF | BordersInactive statesPlaceholder text |
| 400 | 7DAF #7DAFCF | Disabled statesSecondary iconsMuted text |
| 500 | 5799 #5799C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7C #3D7CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3063 #306382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2247 #22475D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EFF5;
--sky-blue-200: #CFE1ED;
--sky-blue-300: #A9CBDF;
--sky-blue-400: #7DAFCF;
--sky-blue-500: #5799C1;
--sky-blue-600: #3D7CA4;
--sky-blue-700: #306382;
--sky-blue-800: #22475D;
--sky-blue-900: #162D3C;
--sky-blue-950: #0E1C25;
}