Sky Blue
#7DB2CF
BlueColor Codes
All color formats for development
HEX
#7DB2CFRGB
rgb(125, 178, 207)HSL
hsl(201, 46%, 65%)OKLCH
oklch(0.737 0.07 232.9)CMYK
cmyk(40%, 14%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A4C6
2#4C95BD
3#3F84A9
4#367191
5#2D5E79
6#244B61
7#1B3949
8#122630
9#091318
Tints
Lighter variations
1#8ABAD4
2#97C1D8
3#A4C9DD
4#B1D1E2
5#BED9E7
6#CBE0EC
7#D8E8F1
8#E5F0F5
9#F2F7FA
Tones
Muted variations
1#81B1CB
2#85B0C7
3#89AEC2
4#8DADBE
5#91ACBA
6#95ABB6
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 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB2 #7DB2CF | Disabled statesSecondary iconsMuted text |
| 500 | 579C #579CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D80 #3D80A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3066 #306682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2249 #22495D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE2ED;
--sky-blue-300: #A9CCDF;
--sky-blue-400: #7DB2CF;
--sky-blue-500: #579CC1;
--sky-blue-600: #3D80A4;
--sky-blue-700: #306682;
--sky-blue-800: #22495D;
--sky-blue-900: #162E3C;
--sky-blue-950: #0E1D25;
}