Sky Blue
#6DBDDF
BlueColor Codes
All color formats for development
HEX
#6DBDDFRGB
rgb(109, 189, 223)HSL
hsl(198, 64%, 65%)OKLCH
oklch(0.76 0.092 227.5)CMYK
cmyk(51%, 15%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51B0D9
2#36A4D3
3#2A92BE
4#247DA3
5#1E6888
6#18536D
7#123E52
8#0C2A36
9#06151B
Tints
Lighter variations
1#7BC3E2
2#8ACAE5
3#99D1E9
4#A7D7EC
5#B6DEEF
6#C4E4F2
7#D3EBF5
8#E2F2F9
9#F0F8FC
Tones
Muted variations
1#72BAD9
2#78B8D3
3#7EB6CE
4#83B3C8
5#89B1C2
6#8FAFBD
7#95ADB7
8#9AAAB1
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3EA | BordersInactive statesPlaceholder text |
| 400 | 6DBD #6DBDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AA #43AAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288D #288DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2070 #207092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1750 #175069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | 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: #C9E6F3;
--sky-blue-300: #9FD3EA;
--sky-blue-400: #6DBDDF;
--sky-blue-500: #43AAD6;
--sky-blue-600: #288DB8;
--sky-blue-700: #207092;
--sky-blue-800: #175069;
--sky-blue-900: #0F3343;
--sky-blue-950: #09202A;
}