Sky Blue
#6DBFDF
BlueColor Codes
All color formats for development
HEX
#6DBFDFRGB
rgb(109, 191, 223)HSL
hsl(197, 64%, 65%)OKLCH
oklch(0.764 0.092 225.4)CMYK
cmyk(51%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51B3D9
2#36A7D3
3#2A94BE
4#247FA3
5#1E6A88
6#18556D
7#124052
8#0C2A36
9#06151B
Tints
Lighter variations
1#7BC5E2
2#8ACBE5
3#99D2E9
4#A7D8EC
5#B6DFEF
6#C4E5F2
7#D3ECF5
8#E2F2F9
9#F0F9FC
Tones
Muted variations
1#72BCD9
2#78BAD3
3#7EB7CE
4#83B5C8
5#89B2C2
6#8FB0BD
7#95ADB7
8#9AABB1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD5 #9FD5EA | BordersInactive statesPlaceholder text |
| 400 | 6DBF #6DBFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AC #43ACD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288F #288FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2072 #207292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1751 #175169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F2F9;
--sky-blue-200: #C9E7F3;
--sky-blue-300: #9FD5EA;
--sky-blue-400: #6DBFDF;
--sky-blue-500: #43ACD6;
--sky-blue-600: #288FB8;
--sky-blue-700: #207292;
--sky-blue-800: #175169;
--sky-blue-900: #0F3443;
--sky-blue-950: #09212A;
}