Sky Blue
#7DBDCF
CyanColor Codes
All color formats for development
HEX
#7DBDCFRGB
rgb(125, 189, 207)HSL
hsl(193, 46%, 65%)OKLCH
oklch(0.762 0.07 217.4)CMYK
cmyk(40%, 9%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B1C6
2#4CA5BD
3#3F92A9
4#367D91
5#2D6879
6#245461
7#1B3F49
8#122A30
9#091518
Tints
Lighter variations
1#8AC4D4
2#97CAD8
3#A4D1DD
4#B1D7E2
5#BEDEE7
6#CBE5EC
7#D8EBF1
8#E5F2F5
9#F2F8FA
Tones
Muted variations
1#81BBCB
2#85B8C7
3#89B6C2
4#8DB4BE
5#91B1BA
6#95AFB6
7#99ADB2
8#9EAAAE
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 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D4 #A9D4DF | BordersInactive statesPlaceholder text |
| 400 | 7DBD #7DBDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57AA #57AAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8D #3D8DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3071 #307182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2250 #22505D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333C | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | 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: #CFE6ED;
--sky-blue-300: #A9D4DF;
--sky-blue-400: #7DBDCF;
--sky-blue-500: #57AAC1;
--sky-blue-600: #3D8DA4;
--sky-blue-700: #307182;
--sky-blue-800: #22505D;
--sky-blue-900: #16333C;
--sky-blue-950: #0E2025;
}