Sky Blue
#7DBECF
CyanColor Codes
All color formats for development
HEX
#7DBECFRGB
rgb(125, 190, 207)HSL
hsl(192, 46%, 65%)OKLCH
oklch(0.764 0.07 216.1)CMYK
cmyk(40%, 8%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B2C6
2#4CA6BD
3#3F94A9
4#367F91
5#2D6A79
6#245561
7#1B3F49
8#122A30
9#091518
Tints
Lighter variations
1#8AC5D4
2#97CBD8
3#A4D2DD
4#B1D8E2
5#BEDFE7
6#CBE5EC
7#D8ECF1
8#E5F2F5
9#F2F9FA
Tones
Muted variations
1#81BCCB
2#85B9C7
3#89B7C2
4#8DB5BE
5#91B2BA
6#95B0B6
7#99ADB2
8#9EABAE
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D5 #A9D5DF | BordersInactive statesPlaceholder text |
| 400 | 7DBE #7DBECF | Disabled statesSecondary iconsMuted text |
| 500 | 57AC #57ACC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8F #3D8FA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3072 #307282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2251 #22515D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F2F5;
--sky-blue-200: #CFE7ED;
--sky-blue-300: #A9D5DF;
--sky-blue-400: #7DBECF;
--sky-blue-500: #57ACC1;
--sky-blue-600: #3D8FA4;
--sky-blue-700: #307282;
--sky-blue-800: #22515D;
--sky-blue-900: #16343C;
--sky-blue-950: #0E2125;
}