Teal
#0F8BA3
CyanColor Codes
All color formats for development
HEX
#0F8BA3RGB
rgb(15, 139, 163)HSL
hsl(190, 83%, 35%)OKLCH
oklch(0.588 0.102 216.1)CMYK
cmyk(91%, 15%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7D93
2#0C6F83
3#0B6172
4#095362
5#084552
6#063741
7#052A31
8#031C21
9#020E10
Tints
Lighter variations
1#12A4C2
2#15BEE0
3#2BCBEB
4#49D3EE
5#67DAF1
6#86E1F4
7#A4E9F7
8#C2F0F9
9#E1F8FC
Tones
Muted variations
1#17869C
2#1E8195
3#257C8D
4#2D7786
5#34727E
6#3C6D77
7#43686F
8#4A6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF7FC;
--teal-200: #C2F0F9;
--teal-300: #94E5F5;
--teal-400: #5CD7F0;
--teal-500: #2DCCEB;
--teal-600: #13AECD;
--teal-700: #0F8BA3;
--teal-800: #0B6375;
--teal-900: #073F4B;
--teal-950: #04282F;
}